/* honeybeecasino-online — generated by tools/make-theme.mjs
   hue: 10  ·  seed: honeybeecasino.online  ·  type: grotesk only  ·  corners: sharp
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #0c0909;
  --bg-alt:        #110e0d;
  --surface:       #1a1514;
  --surface-2:     #221c1b;
  --surface-3:     #2d2625;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #ede9e9;
  --text-soft:     #c2b9b7;
  --text-mute:     #a09492;

  /* Accent */
  --gold:          #e4674e;
  --gold-deep:     #e48525;
  --violet:        #76a0db;
  --accent-grad:   linear-gradient(115deg, #f08a75 0%, #e4674e 45%, #e48525 100%);
  --accent-soft:   #de513524;
  --violet-soft:   #608fd229;

  /* Type */
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-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:     #160b08;
  --ok:            #88ddc1;
  --danger:        #ed726e;
  --orb-a:         #ec593c61;
  --orb-b:         #5a93e257;
  --orb-c:         #f5bd5c2e;
  --art-1: linear-gradient(135deg, #ea5b3e, #9ba527);
  --art-2: linear-gradient(135deg, #4983d4, #4f2db4);
  --art-3: linear-gradient(135deg, #276e7c, #40b567);
  --art-4: linear-gradient(135deg, #bc2457, #ef684d);
  --art-5: linear-gradient(135deg, #2934ae, #a445c4);
  --art-6: linear-gradient(135deg, #7b2fb1, #e37445);
  --work-art-1: linear-gradient(150deg, #ef6043, #97ae29 60%, #1f6f1f);
  --work-art-2: linear-gradient(150deg, #3678d3, #452dbe 55%, #471551);
  --work-art-3: linear-gradient(150deg, #f59c5c, #d02541 55%, #652059);

  /* 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 #de513547;

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

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