/* Colors - Dark Mode */
:root {
  --background: hsl(0, 0%, 8%);
  --secondary: hsl(0, 0%, 12%);
  --border: hsl(0, 0%, 25%);
  --text-primary: hsl(0, 0%, 95%);
  --text-secondary: hsl(0, 0%, 80%);
  --text-muted: hsl(0, 0%, 60%);
  --portfolio-accent: hsl(209, 100%, 60%);
  --portfolio-accent-hover: hsl(202, 100%, 65%);
  --link-color: hsl(280, 100%, 75%);

  --font-mono: "Geist Mono", monospace;

  --transition: all 0.2s ease-out;
}