/* Bride's Last Rodeo — a visual skin only. Hand-drawn western line art in
   black on white: serif headings, embroidery-style boots, hat and
   rose from the kit in /themes/rodeo/. Games and questions are untouched. */
[data-theme="rodeo"] {
  --icing:       #ffffff;   /* white paper */
  --cream:       #ffffff;   /* raised surfaces */
  --paper-3:     #f4f4f1;

  --peach:       #d9d9d4;
  --peach-tint:  #f0f0ec;
  --stripe-pink: #ecece7;

  --stripe-cream:#f7f7f4;
  --stripe-line: #d5d5d0;
  --coral:       #141414;   /* the accent is ink itself */
  --claret:      #141414;

  --butter:      #dcdcd6;
  --butter-tint: #f2f2ee;
  --olive:       #6e6e68;
  --olive-tint:  #e6e6e1;
  --teal:        #8b8b85;
  --teal-tint:   #eaeae5;

  --ink:         #141414;
  --ink-soft:    #5c5c57;
  --rule:        #d5d5d0;
  --brass:       #141414;
  --blue-deep:   #3c3c38;

  --radius: 0px;
  /* Headings stay serif for legibility (game titles set in caps, the room
     code). The Bride Society wordmark keeps the classic script (--logo is
     inherited from style.css); the lasso script lives only in the drawn lockup. */
  --display: 'EB Garamond', Baskerville, Georgia, serif;
  --serif:   'EB Garamond', Baskerville, Georgia, serif;

  /* the kit */
  --theme-tile: url('/themes/rodeo/tile.png');
  --theme-tile-size: 430px;
  --theme-motif: url('/themes/rodeo/motif.png');
  --theme-motif-h: 190px;
  --theme-ornament: url('/themes/rodeo/ornament.png');
  --theme-ornament-s: 54px;
  --theme-prompt-ornament: url('/themes/rodeo/hat.png');
  --theme-prompt-ornament-s: 60px;
  /* the lockup replaces the Bride Society brand on game screens */
  --theme-brand-text: none;
  --theme-logo: url('/themes/rodeo/motif.png');
  --theme-logo-s: 88px;
}

/* ---- the reveal: the accent is ink, so the winning option needs light type */
[data-theme="rodeo"] .option.win { color: var(--icing); }
[data-theme="rodeo"] .option.win::before { border-color: rgba(255, 255, 255, .45); }

