/* royalkingdom-live — generated by tools/make-theme.mjs
   hue: 244  ·  seed: royalkingdom.live  ·  type: humanist + slab  ·  corners: medium
   Do not hand-edit: rebuilding the theme overwrites this file. */

:root {
  /* Surfaces */
  --bg:            #09090c;
  --bg-alt:        #0e0d11;
  --surface:       #15141a;
  --surface-2:     #1c1b22;
  --surface-3:     #25252d;
  --line:          rgba(255, 255, 255, .09);
  --line-strong:   rgba(255, 255, 255, .16);

  /* Text — each one checked against the surface behind it */
  --text:          #e9e9ed;
  --text-soft:     #b8b7c2;
  --text-mute:     #9392a0;

  /* Accent */
  --gold:          #7971ea;
  --gold-deep:     #7225e4;
  --violet:        #aadb76;
  --accent-grad:   linear-gradient(115deg, #7d75f0 0%, #7971ea 45%, #7225e4 100%);
  --accent-soft:   #4135de24;
  --violet-soft:   #9bd26029;

  /* 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:     #090816;
  --ok:            #ddb888;
  --danger:        #ed726e;
  --orb-a:         #483cec61;
  --orb-b:         #a0e25a57;
  --orb-c:         #ad5cf52e;
  --art-1: linear-gradient(135deg, #4a3eea, #a327a5);
  --art-2: linear-gradient(135deg, #91d449, #2db441);
  --art-3: linear-gradient(135deg, #767c27, #b55b40);
  --art-4: linear-gradient(135deg, #2466bc, #584def);
  --art-5: linear-gradient(135deg, #41ae29, #45c498);
  --art-6: linear-gradient(135deg, #2fb16e, #6445e3);
  --work-art-1: linear-gradient(150deg, #4f43ef, #ae29a5 60%, #6f1f27);
  --work-art-2: linear-gradient(150deg, #87d336, #2dbe36 55%, #155141);
  --work-art-3: linear-gradient(150deg, #8c5cf5, #2552d0 55%, #206065);

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

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

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