/* KDH ONE brand fonts - self-hosted, per active design system tokens */

@font-face {
  font-family: 'Geist';
  src: url('https://kdhone.com/wp-content/fonts/geist/Geist-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('https://kdhone.com/wp-content/fonts/geist/Geist-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('https://kdhone.com/wp-content/fonts/geist/Geist-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('https://kdhone.com/wp-content/fonts/geist/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('https://kdhone.com/wp-content/fonts/geist/Geist-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('https://kdhone.com/wp-content/fonts/geist/Geist-Black.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}

/* Geist Mono - no dedicated 500 file shipped; 500 aliased to Regular */
@font-face {
  font-family: 'Geist Mono';
  src: url('https://kdhone.com/wp-content/fonts/geist-mono/GeistMono-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('https://kdhone.com/wp-content/fonts/geist-mono/GeistMono-Regular.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('https://kdhone.com/wp-content/fonts/geist-mono/GeistMono-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Geist Mono';
  src: url('https://kdhone.com/wp-content/fonts/geist-mono/GeistMono-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}

/* General Sans - variable font, single file covers the weight range */
@font-face {
  font-family: 'General Sans';
  src: url('https://kdhone.com/wp-content/fonts/general-sans/General%20Sans%20Variable.woff2') format('woff2-variations'), url('https://kdhone.com/wp-content/fonts/general-sans/General%20Sans%20Variable.woff2') format('woff2');
  font-weight: 200 700; font-style: normal; font-display: swap;
}
