:root {
  /* Default theme */
  --brand-orange: #e85d45;
  --gold: #f7b267;
  --dark-gold: #c87941;
  --sand-medium: #ADDAF9;
  --sand-light: #D4EEFF;
  --soft-pink: #d44f8a;
  --gray-light: #faf6f2;
  --plyr-color-main: #e85d45;

  /* Font families */
  --font-sans: 'Inter', sans-serif;
  --font-display: 'DM Serif Text', sans-serif;
}

.theme-art {
  --brand-orange: #e85d45;
  --gold: #f7b267;
  --dark-gold: #c87941;
  --sand-medium: #ADDAF9;
  --sand-light: #D4EEFF;
  --gray-light: #faf6f2;
  --plyr-color-main: #e85d45;

  /* Font families */
  --font-sans: 'Ainslie Sans', sans-serif;
  --font-display: 'Quincy CF', sans-serif;
}