/* royal50freespins-online — generated by tools/make-theme.mjs
   hue: 318  ·  seed: royal50freespins.online  ·  type: grotesk + serif  ·  corners: medium
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0c090b;
  --bg-alt:        #110d10;
  --surface:       #1a1418;
  --surface-2:     #221b20;
  --surface-3:     #2d252a;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ede9eb;
  --text-soft:     #c2b7bf;
  --text-mute:     #a0929c;

  /* Accent */
  --gold:          #e44eb7;
  --gold-deep:     #e4256b;
  --violet:        #76dbbe;
  --accent-grad:   linear-gradient(115deg, #f075cb 0%, #e44eb7 45%, #e4256b 100%);
  --accent-soft:   #de35ab24;
  --violet-soft:   #60d2b229;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Playfair Display", "Iowan Old Style", "Palatino Linotype", 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:     #160812;
  --ok:            #99dd88;
  --danger:        #ed726e;
  --orb-a:         #ec3cb761;
  --orb-b:         #5ae2bb57;
  --orb-c:         #f55c802e;
  --art-1: linear-gradient(135deg, #ea3eb6, #a54227);
  --art-2: linear-gradient(135deg, #49d4ad, #2d80b4);
  --art-3: linear-gradient(135deg, #277c41, #7eb540);
  --art-4: linear-gradient(135deg, #9e24bc, #ef4dbf);
  --art-5: linear-gradient(135deg, #29a7ae, #4554c4);
  --art-6: linear-gradient(135deg, #2f54b1, #e3459e);
  --work-art-1: linear-gradient(150deg, #ef43bb, #ae5129 60%, #656f1f);
  --work-art-2: linear-gradient(150deg, #36d3a7, #2d92be 55%, #151751);
  --work-art-3: linear-gradient(150deg, #f55ca1, #ca25d0 55%, #352065);

  /* Radii & shadows */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;
  --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 #de35ab47;

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

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