/*
 * Katja Torture Club — hot pink, navy, hard shadows.
 *
 * These are the values style.css already defaults to; they are repeated here
 * so the club's look lives in one obvious place and stays symmetric with the
 * other clubs' theme files.
 */
:root {
  --bg: #FF85BB;
  --bg-image: none;
  --panel: var(--bg);
  --fg: #021A54;
  --on-fg: var(--bg);
  --fg-soft: #021A5422;
  --fg-soft-2: #021A5455;

  --font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --heading-transform: uppercase;

  --radius: 18px;
  --card-border: 3px solid var(--fg);
  --card-shadow: 8px 8px 0 var(--fg);
}
