@font-face {
  font-family: vcr;
  src: url('../../assets/font/vcr_osd_mono.ttf');
}

@font-face {
  font-family: lostar;
  src: url('../../assets/font/truckin.ttf');
}

@font-face {
  font-family: aurora;
  src: url('../../assets/font/matrix.TTF');
}

:root {
  /* Font Families */
  --font-deco: vcr, sans-serif;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --font-distort: aurora;
  
  /* @link https://utopia.fyi/clamp/calculator?a=320,768,40—80|36—72|32—64|28—56|24—48|20—40 */

  --text-size--2: clamp(0.7813rem, 0.7679rem + 0.067vw, 0.8rem);
  --text-size--1: clamp(0.9375rem, 0.8929rem + 0.2232vw, 1rem);
  --text-size-0: clamp(1.125rem, 1.0357rem + 0.4464vw, 1.25rem);
  --text-size-1: clamp(1.35rem, 1.1982rem + 0.7589vw, 1.5625rem);
  --text-size-2: clamp(1.62rem, 1.3821rem + 1.1897vw, 1.9531rem);
  --text-size-3: clamp(1.944rem, 1.5887rem + 1.7765vw, 2.4414rem);
  --text-size-4: clamp(2.3328rem, 1.8193rem + 2.5677vw, 3.0518rem);
  --text-size-5: clamp(2.7994rem, 2.0741rem + 3.6262vw, 3.8147rem);

  /* Line Heights */
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --line-height-loose: 1.75;

  /* Font Weights */
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;


  /* Letter Spacing (Tracking) */
  --tracking-tight: -0.01em;
  --tracking-normal: 0;
  --tracking-wide: 0.05em;
}