/* theme.css — цветовая схема: midnight_purple */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");
:root {
  --bg:           #0b0614;
  --bg2:          #130a20;
  --bg3:          #1a0f2e;
  --accent:       #805ad5;
  --accent2:      #b794f4;
  --btn-bg:       #805ad5;
  --btn-text:     #ffffff;
  --text:         #faf5ff;
  --text2:        #d6bcfa;
  --hero-from:    #0b0614;
  --hero-mid:     #1a0f2e;
  --hero-to:      #0d0818;
  --glow-rgb:     128,90,213;
  --radius:       2px;
  --radius-lg:    4px;
  --title-weight: 800;
  --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); }
