/* theme.css — цветовая схема: dark_navy */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  --bg:           #0a0e1a;
  --bg2:          #111827;
  --bg3:          #1a2035;
  --accent:       #c9a227;
  --accent2:      #e8b84b;
  --btn-bg:       #c9a227;
  --btn-text:     #0a0e1a;
  --text:         #f0f4ff;
  --text2:        #a0aec0;
  --hero-from:    #0a0e1a;
  --hero-mid:     #1a2035;
  --hero-to:      #0d1526;
  --glow-rgb:     201,162,39;
  --radius:       12px;
  --radius-lg:    20px;
  --title-weight: 700;
  --font-family:  "Space Grotesk", -apple-system, sans-serif;
  --shadow:       0 4px 24px rgba(0, 0, 0, .5);
  --transition:   .25s ease;
}
body { font-family: var(--font-family); }
.hero__title, .section__title { font-weight: var(--title-weight); }
