@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-stretch: 62% 125%; font-display: swap; src: url("../fonts/archivo-variable.woff2") format("woff2"); }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("../fonts/manrope-variable.woff2") format("woff2"); }
:root {
  --bt-color-ink: #111214;
  --bt-color-white: #fff;
  --bt-color-steel: #c7cbd0;
  --bt-color-fog: #f4f5f6;
  --bt-color-line: #e4e6e8;
  --bt-color-muted: #6b7075;
  --bt-color-signal: #e4002b;
  --bt-font-display: "Archivo", system-ui, sans-serif;
  --bt-font-body: "Manrope", system-ui, sans-serif;
  --bt-container: 76rem;
  --bt-radius: 2px;
  --bt-space-1: 0.25rem; --bt-space-2: 0.5rem; --bt-space-3: 0.75rem; --bt-space-4: 1rem; --bt-space-6: 1.5rem; --bt-space-8: 2rem; --bt-space-12: 3rem; --bt-space-16: 4rem;
}
