/* ============================================================
   ACM LINING SYSTEM — WEBFONTS
   ============================================================
   Production usage:
   Replace the src: url() paths below with the actual woff2
   files downloaded from:
     - Bebas Neue:  https://fonts.google.com/specimen/Bebas+Neue
     - DM Sans:     https://fonts.google.com/specimen/DM+Sans
     - DM Mono:     https://fonts.google.com/specimen/DM+Mono
   
   The .ttf files bundled here are system-font stand-ins for
   offline/development use. Swap in proper woff2 files for
   production — they are ~70% smaller.
   ============================================================ */

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

/* ----- DM Sans — Body Text ----- */
@font-face {
  font-family: 'DM Sans';
  src: url('DM-Sans-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DM-Sans-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DM-Sans-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ----- DM Mono — Labels / Tags / Code ----- */
@font-face {
  font-family: 'DM Mono';
  src: url('DM-Mono-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Mono';
  src: url('DM-Mono-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
