/* theme.css — цветовая схема: deep_crimson */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");
:root {
  --bg:           #0d0a0a;
  --bg2:          #1a0f0f;
  --bg3:          #1f1212;
  --accent:       #e53e3e;
  --accent2:      #fc8181;
  --btn-bg:       #e53e3e;
  --btn-text:     #ffffff;
  --text:         #fff5f5;
  --text2:        #fed7d7;
  --hero-from:    #0d0a0a;
  --hero-mid:     #1a0f0f;
  --hero-to:      #200d0d;
  --glow-rgb:     229,62,62;
  --radius:       999px;
  --radius-lg:    999px;
  --title-weight: 700;
  --font-family:  "Inter", -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); }
