@font-face {
  font-family: 'Myriad Pro';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('fonts/MyriadPro-Light.woff') format('woff'),
       url('fonts/MyriadPro-Light.otf') format('opentype'),
       url('fonts/MyriadPro-Light.eot');
}

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('fonts/MyriadPro-Regular.woff') format('woff'),
       url('fonts/MyriadPro-Regular.ttf') format('truetype'),
       url('fonts/MyriadPro-Regular.eot');
}

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url('fonts/MyriadPro-It.woff') format('woff'),
       url('fonts/MyriadPro-It.ttf') format('truetype'),
       url('fonts/MyriadPro-It.eot');
}

@font-face {
  font-family: 'Myriad Pro';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('fonts/MyriadPro-Bold.woff') format('woff'),
       url('fonts/MyriadPro-Bold.ttf') format('truetype'),
       url('fonts/MyriadPro-Bold.eot');
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Myriad Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Soft ambient glow shapes used behind imagery and section anchors.
   Flat colour, no gradients — the "glow" comes from a blurred, low-opacity
   duplicate of the brand blue sitting behind flat surfaces. */
.glow-orb {
  filter: blur(60px);
  pointer-events: none;
}

details > summary {
  list-style: none;
  cursor: pointer;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] .faq-chevron {
  transform: rotate(180deg);
}

.faq-chevron {
  transition: transform 0.2s ease;
}

a,
button,
input,
textarea,
select,
summary,
label {
  outline-offset: 3px;
}

:focus-visible {
  outline: 3px solid #6B7FAE;
  outline-offset: 3px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::selection {
  background-color: #D0DFFE;
  color: #14172A;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
