/* ============================================
   BOOSTLAB v3 — PAGES CSS (used by pages/*.html)
   Fonts path: ../fonts/ (relative to /pages/)
   ============================================ */

@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Book.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Garet';
  src: url('../fonts/Garet-Heavy.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ShadowsIntoLight';
  src: url('../fonts/ShadowsIntoLight.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
