/* Roboto Mono - Variable Font */
@font-face {
  font-family: 'Roboto Mono';
  src: url('./Roboto_Mono/RobotoMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url('./Roboto_Mono/RobotoMono-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: italic;
  font-display: swap;
}

/* Optional fallback to static weights (if variable font fails to load) */
@font-face {
  font-family: 'Roboto Mono';
  src: url('./Roboto_Mono/static/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Mono';
  src: url('./Roboto_Mono/static/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Fraunces';
  src: url('./assets/fonts/fraunces/Fraunces_72pt-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Fraunces';
  src: url('./assets/fonts/fraunces/Fraunces_72pt-Black.ttf') format('truetype');
  font-weight: 900;
}


/* Base setup */
:root {
  --font-mono: 'Roboto Mono', monospace;
}

body {
  font-family: var(--font-mono);
}