/* ── SELF-HOSTED FONTS ── */
/* Anton Regular */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/anton-v27-latin-regular.woff2') format('woff2');
}

/* Barlow 200 (Extra Light) */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-200.woff2') format('woff2');
}

/* Barlow 300 (Light) */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-300.woff2') format('woff2');
}

/* Barlow 400 (Regular) */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2');
}