:root {
  /* Wedding section — soft Americana diner */
  --paper:     #F5E9CD;
  --paper-2:   #EEDFC0;
  --sky:       #B4CFE5;
  --sky-dark:  #7FB0D8;
  --ink:       #2C3E5C;
  --ink-soft:  #485A78;
  --red:       #D14B3F;
  --red-deep:  #A83730;
  --butter:    #F3C969;
  --sage:      #A8B89B;

  /* Wedding 50/50 section */
  --felt:      #1E4A3A;
  --midnight:  #0F1320;
  --gold:      #C9A449;
  --gold-hi:   #E2C369;
  --neon-red:  #FF3B47;
  --bone:      #EDE3D0;

  /* Type */
  --f-script:  "Pacifico", "Lobster", cursive;
  --f-marquee: "Alfa Slab One", "Bungee", ui-serif, serif;
  --f-body:    "Fraunces", Georgia, serif;
  --f-ui:      "Karla", system-ui, sans-serif;

  /* Scale */
  --step-0: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --step-1: clamp(1.25rem, 1.1rem + 0.8vw, 1.5rem);
  --step-2: clamp(1.75rem, 1.4rem + 1.8vw, 2.25rem);
  --step-3: clamp(2.5rem, 1.8rem + 3.5vw, 4rem);
  --step-4: clamp(3.5rem, 2.4rem + 5.5vw, 6rem);

  /* Layout */
  --page-max: 72rem;
  --radius:   14px;
  --radius-sm: 8px;

  /* Shadows — soft paper shadow */
  --shadow-paper: 0 1px 0 rgba(0,0,0,.04), 0 8px 24px -8px rgba(44,62,92,.18);
  --shadow-marquee: 0 0 0 2px var(--red-deep), 0 10px 30px -10px rgba(0,0,0,.35);
}
