/* ========================================
   SELF-HOSTED FONTS
   Downloaded from the official Google Fonts
   repository (github.com/google/fonts, OFL).
   TTFs carry the full glyph set — including the
   Vietnamese diacritics used by the VI locale.
   ======================================== */

/* Bebas Neue — display (static, 400) */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

/* Caveat — script (variable, 400–700) */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/Caveat-Variable.ttf') format('truetype');
}

/* DM Sans — body (variable, full weight + optical size) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/DMSans-Variable.ttf') format('truetype');
}
