/**
 * Clean Font Definitions
 * Syne, Roboto Mono, Satoshi - Latin only
 */

/* ============================================
   SYNE
   ============================================ */
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/syne/syne-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/syne/syne-bold.woff2') format('woff2');
}

/* ============================================
   ROBOTO MONO
   ============================================ */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/roboto-mono/robotomono-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/roboto-mono/robotomono-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/roboto-mono/robotomono-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/roboto-mono/robotomono-bolditalic.woff2') format('woff2');
}

/* ============================================
   SATOSHI
   ============================================ */
@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/satoshi/satoshi-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Satoshi';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/satoshi/satoshi-italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/satoshi/satoshi-medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/satoshi/satoshi-bold.woff2') format('woff2');
}

/* Placeholder fonts for FOUT prevention */
@font-face {
  font-family: 'Syne Placeholder';
  src: local('Arial');
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%;
  size-adjust: 105%;
}

@font-face {
  font-family: 'Roboto Mono Placeholder';
  src: local('Courier New');
  ascent-override: 85%;
  descent-override: 22%;
  line-gap-override: 0%;
  size-adjust: 100%;
}

@font-face {
  font-family: 'Satoshi Placeholder';
  src: local('Arial');
  ascent-override: 102.23%;
  descent-override: 24.29%;
  line-gap-override: 10.12%;
  size-adjust: 98.80%;
}

