@layer theme {
  [data-theme="studio-note"] {
    --bg: #3a3a3a;
    --bg-mid: #2a2a2a;
    --text: #f0ece4;
    --accent: #e0c080;
    --muted: #8a8a8a;
    --rule: rgba(224,192,128,0.15);
    --font-display: 'Lora', Georgia, serif;
    --font-body: 'Lora', Georgia, serif;
    --btn-radius: 0;
    --btn-weight: 400;
    --btn-transform: uppercase;
    --btn-tracking: 0.2em;
  }
}
