/*
Theme Name:         ASCA 2026 (Child Theme)
Template:           asca
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            10.8.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.1
Requires at least:  5.9
*/

/*--------------------------------------------------------------
# Theme Overrides
--------------------------------------------------------------*/
h1,
h2,
h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  line-height: 0.9;
  font-weight: 400;
}

@media (min-width: 1920px) {
  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 1.875rem;
  }

  #intro-heading {
    font-size: 5.25rem !important;
  }
}

#explore-section {
  gap: 1rem;
}

.section-heading-container h2 {
  max-width: 30rem;
}

.section-heading-container svg {
  width: 36px;
  height: 36px;
}

#hero_home_conference_details {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.btn {
  border-radius: 7px;
}

#virtual-only-heading,
#feature-heading {
  color: #111;
}
