:root {
  --bg: #fbfdfd;
  --panel: #eef6f6;
  --ink: #132022;
  --mut: #5b7275;
  --line: #dce8e8;
  --accent: #0e7c86;
  --accent2: #0b5e66;
  --gold: #3aa6ad;
  --dark: #0d2024;
  --deep-fg: #eaf6f4;
  --cta: #e2703d;
  --cta2: #c85f2f;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --radius: 4px;
  --shadow: 0 20px 50px -20px rgba(13, 32, 36, 0.3);
}
