@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;600;700&family=Oswald:wght@500;700&display=swap");
:root {
  --bg: #0e0e0e;
  --ink: #f5f5f5;
  --header: #0e0e0e;
  --header-ink: #ffffff;
  --accent: #ff5a1f;
  --cta: #ff5a1f;
  --cta-ink: #1a0d06;
  --card: #171717;
  --line: #2e2e2e;
  --mute: #bdbdbd;
  --font: "Archivo", system-ui, sans-serif;
  --display: "Oswald", "Archivo", system-ui, sans-serif;
  --radius: 0px;
  --logo-h: 40px;
  --scheme: dark;
}

