/*
	Theme Name: SynOps
	Theme URI: https://ninepoint.cc
	Description: Custom WordPress Theme for Ninepoint by Ben de Meillon
	Version: 1.0.0
	Author: Ben de Meillon for Ninepoint
	Author URI: https://ninepoint.cc
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ---- ADD YOUR CUSTOM STYLES HERE ---- */
#trackRecord {
  padding: 10% 0 20%;
}

.accordion-title {
  color: #4d4d4f;
}

.overlay-content h1,
.page-section-content h2 {
  font-size: clamp(40px, 1.56vw + 29px, 58px);
}

@media screen and (max-width: 640px) {
  .overlay-content h1,
  .page-section-content h2 {
    letter-spacing: 0;
  }
}
