/* Awaken brand webfonts — served locally from this /fonts folder.
   Circular (Lineto): web license includes Light + Bold cuts.
   Quarto (H&Co): full web family.
   Weight mapping: Circular Light covers 300-500, Bold covers 600-900,
   so every UI weight resolves to a licensed cut with no faux-bolding. */

@font-face {
  font-family: 'Circular';
  src: url('Circular/Circular (Web)/Fonts/CircularXXWeb-Light.woff2') format('woff2');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('Circular/Circular (Web)/Fonts/CircularXXWeb-Bold.woff2') format('woff2'),
       url('Circular/Circular (Web)/Fonts/CircularXXWeb-Bold.woff') format('woff');
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Quarto';
  src: url('Quarto/Quarto (Web)/hco_fonts/woff2/Quarto-Light_Web.woff2') format('woff2'),
       url('Quarto/Quarto (Web)/hco_fonts/woff/Quarto-Light_Web.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quarto';
  src: url('Quarto/Quarto (Web)/hco_fonts/woff2/Quarto-Medium_Web.woff2') format('woff2'),
       url('Quarto/Quarto (Web)/hco_fonts/woff/Quarto-Medium_Web.woff') format('woff');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quarto';
  src: url('Quarto/Quarto (Web)/hco_fonts/woff2/Quarto-Semibold_Web.woff2') format('woff2'),
       url('Quarto/Quarto (Web)/hco_fonts/woff/Quarto-Semibold_Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quarto';
  src: url('Quarto/Quarto (Web)/hco_fonts/woff2/Quarto-Bold_Web.woff2') format('woff2'),
       url('Quarto/Quarto (Web)/hco_fonts/woff/Quarto-Bold_Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quarto';
  src: url('Quarto/Quarto (Web)/hco_fonts/woff2/Quarto-Black_Web.woff2') format('woff2'),
       url('Quarto/Quarto (Web)/hco_fonts/woff/Quarto-Black_Web.woff') format('woff');
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quarto';
  src: url('Quarto/Quarto (Web)/hco_fonts/woff2/Quarto-BoldItalic_Web.woff2') format('woff2'),
       url('Quarto/Quarto (Web)/hco_fonts/woff/Quarto-BoldItalic_Web.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
