@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Outfit:wght@400;500;600;700&display=swap");
:root {
  --ss-bg: #090807;
  --ss-card: #12100c;
  --ss-text: #f4ead4;
  --ss-muted: #a39478;
  --ss-gold: #e2c27a;
  --ss-accent: #c47a4a;
  --ss-line: rgba(226,194,122,.18);
}
html, body {
  background: radial-gradient(1000px 520px at 50% -8%, #1a1408 0%, var(--ss-bg) 55%) !important;
  color: var(--ss-text) !important;
  font-family: Outfit, system-ui, sans-serif !important;
}
h1, h2, h3, .brand, [data-brand], .logo-title {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  letter-spacing: .02em;
  color: var(--ss-gold) !important;
}
a { color: var(--ss-gold); }
button, .btn, [role="button"] { border-radius: 999px !important; }
