/* Self-hosted fonts — Apex Detailing Studio
   Font files should be placed in assets/fonts/
   Download from Google Fonts (OFL licensed):
   - Barlow Condensed: weights 600, 700
   - DM Sans: weights 400, 500
   - DM Mono: weight 400

   [[CLIENT: download font files and place in public_html/assets/fonts/ before launch.
   Until then, system fonts from the fallback stacks are used.]]
*/

/* Barlow Condensed — Headlines */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-condensed-600.woff2') format('woff2'),
       url('../fonts/barlow-condensed-600.woff')  format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/barlow-condensed-700.woff2') format('woff2'),
       url('../fonts/barlow-condensed-700.woff')  format('woff');
}

/* DM Sans — Body */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dm-sans-400.woff2') format('woff2'),
       url('../fonts/dm-sans-400.woff')  format('woff');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/dm-sans-500.woff2') format('woff2'),
       url('../fonts/dm-sans-500.woff')  format('woff');
}

/* DM Mono — Metrics */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/dm-mono-400.woff2') format('woff2'),
       url('../fonts/dm-mono-400.woff')  format('woff');
}
