/* ============================================================
   LUMSTATS THEME — Rose Quartz
   ------------------------------------------------------------
   TO SWAP FONTS, edit ONLY this file:
     1. Change the @import URL below (fonts.google.com → "Get embed code").
     2. Change --font-display and/or --font-body.
   Nothing else in the site references font names.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  /* ---- Typography ---- */
  --font-display: 'Quicksand', sans-serif;   /* headings, numbers, logo */
  --font-body:    'Inter', sans-serif;        /* everything else */

  /* ---- Rose Quartz palette ---- */
  --bg:           #FDF6F7;
  --bg-soft:      #F9E8EB;
  --card:         #FFFFFF;
  --ink:          #3F2A33;
  --ink-soft:     #92707E;
  --primary:      #D75A77;
  --primary-deep: #BC4260;
  --accent:       #9B7BC8;
  --accent-soft:  #F3E2E8;
  --mist:         #F2D5DD;
  --success:      #6BA38A;
  --danger:       #C0392B;
  --grad:         linear-gradient(135deg, #D75A77 0%, #9B7BC8 100%);
  --grad-soft:    linear-gradient(160deg, #FCEFF2 0%, #F7E0E7 60%, #EFD6E4 100%);

  /* ---- Shape ---- */
  --radius: 22px;
  --shadow: 0 10px 30px rgba(188, 66, 96, 0.10);
}
