:root {
  --bg: #0D0D0D;
  --surface: #141414;
  --surface-2: #1C1C1C;
  --line: rgba(255,255,255,.08);
  --text: #FFFFFF;
  --text-2: #BBBBBB;
  --text-3: #888888;
  --accent: #C8F135;
  --accent-ink: #0D0D0D;
  --maxw: 1200px;
  --gap: clamp(64px, 10vw, 140px);
  --pad-x: clamp(20px, 5vw, 64px);
  --r: 12px;
  --font: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Clash Display', 'Inter', 'Helvetica Neue', Arial, sans-serif;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../assets/e39f449b-aad3-437c-9a7a-b16482bb9432.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191-2193, U+2212;
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/clash-display-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/clash-display-700.woff2') format('woff2');
}
