/* 50freespinskingroy-org — generated by tools/make-theme.mjs
   hue: 277  ·  seed: 50freespinskingroy.org  ·  type: humanist + slab  ·  corners: sharp
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0b090c;
  --bg-alt:        #100d11;
  --surface:       #18141a;
  --surface-2:     #1f1b22;
  --surface-3:     #2a252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ebe9ed;
  --text-soft:     #beb7c2;
  --text-mute:     #9b92a0;

  /* Accent */
  --gold:          #b15be6;
  --gold-deep:     #db25e4;
  --violet:        #76db79;
  --accent-grad:   linear-gradient(115deg, #c175f0 0%, #b15be6 45%, #db25e4 100%);
  --accent-soft:   #9d35de24;
  --violet-soft:   #60d26429;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Iowan Old Style", "Bookman Old Style", "Rockwell", Georgia, "Times New Roman", serif;

  /* Decoration — the stage-light wash behind the hero and the tile art.
     Tokens, not fixed colours: hard-coding them here is what made every
     site glow the same orange whatever palette it was given. */
  --on-accent:     #110816;
  --ok:            #d3dd88;
  --danger:        #ed726e;
  --orb-a:         #a83cec61;
  --orb-b:         #5ae25f57;
  --orb-c:         #f55ce82e;
  --art-1: linear-gradient(135deg, #a83eea, #a52762);
  --art-2: linear-gradient(135deg, #49d44e, #2db48b);
  --art-3: linear-gradient(135deg, #487c27, #b59c40);
  --art-4: linear-gradient(135deg, #3624bc, #b14def);
  --art-5: linear-gradient(135deg, #29ae59, #45abc4);
  --art-6: linear-gradient(135deg, #2fadb1, #bc45e3);
  --work-art-1: linear-gradient(150deg, #ad43ef, #ae295c 60%, #6f431f);
  --work-art-2: linear-gradient(150deg, #36d33b, #2dbe86 55%, #154051);
  --work-art-3: linear-gradient(150deg, #e05cf5, #5525d0 55%, #203a65);

  /* Radii & shadows */
  --r-sm: 3px;
  --r-md: 5px;
  --r-lg: 8px;
  --r-xl: 10px;
  --r-pill: 999px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, .3);
  --shadow-md: 0 14px 40px rgba(0, 0, 0, .45);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, .55);
  --glow:      0 10px 34px #9d35de47;

  /* Rhythm */
  --shell: 1200px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --section-y: clamp(4.5rem, 9vw, 8rem);

  --ease: cubic-bezier(.22, .68, .32, 1);
}
