@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700&display=swap");
:root {
  --bg: #ffffff;
  --ink: #141414;
  --header: #ffe500;
  --header-ink: #141414;
  --accent: #141414;
  --cta: #141414;
  --cta-ink: #ffe500;
  --card: #fffdf2;
  --line: #f0e6a8;
  --mute: #444444;
  --font: "Archivo", system-ui, sans-serif;
  --display: "Archivo", "Archivo", system-ui, sans-serif;
  --radius: 0px;
  --logo-h: 38px;
  --scheme: light;
}

