/* ============================================
   BOOSTLAB v3 — ROOT CSS (used by index.html)
   Fonts path: fonts/ (relative to root)
   ============================================ */

@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;
}
