/*
Theme Name: GeneratePress FastFlip
Template:   generatepress
Version:    1.0
*/

/* ============================================================
   Design Tokens — Deep Blue mode (locked, no data-mode switching)
   Accent: Indigo (#5C6FFF / #3D52D5 variant merged in)
   ============================================================ */

:root {
  /* Surface */
  --bg:            #0A0D1F;
  --surface:       #141832;
  --surface-2:     #1F2542;
  --slate-panel:   #050618;

  /* Ink */
  --ink:           #F7F9F7;
  --ink-soft:      #C9CFE5;
  --muted:         #7A82A5;
  --faint:         #4A506B;

  /* Border */
  --border:        #1F2540;
  --border-strong: #2D3354;

  /* Accent — Deep Blue + Indigo */
  --accent:        #5C6FFF;
  --accent-deep:   #3D52D5;
  --accent-ink:    #0A0D1F;
  --accent-soft:   rgba(92, 111, 255, 0.12);
  --accent-line:   rgba(92, 111, 255, 0.4);

  /* Alert */
  --alert:         #FF4D5C;

  /* Typography */
  --font-display:  "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body:     "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif:    "Instrument Serif", "Source Serif 4", Georgia, serif;
  --font-mono:     "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Layout */
  --container:     1280px;
  --gutter:        64px;
}
