/* ─────────────────────────────────────────
   LOCAL FONT DECLARATIONS
   Files are downloaded by download-assets.sh
───────────────────────────────────────── */

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

/* Barlow Condensed — Light */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('BarlowCondensed-Light.woff2') format('woff2');
}

/* Barlow Condensed — Regular */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('BarlowCondensed-Regular.woff2') format('woff2');
}

/* Barlow Condensed — SemiBold */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('BarlowCondensed-SemiBold.woff2') format('woff2');
}

/* Barlow Condensed — Bold */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('BarlowCondensed-Bold.woff2') format('woff2');
}

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

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

/* Barlow — Medium */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Barlow-Medium.woff2') format('woff2');
}
