/* ================================
   CSS CUSTOM PROPERTIES
   ================================ */
:root {
  /* Color Palette */
  --imperial-purple: #4b0082;
  --deep-plum: #3a1c47;
  --deep-bronze: #6b4423;
  --warm-bronze: #8b5a2b;
  --pearl-white: #fdfdf9;
  --velvet-black: #0a0a0a;
  --soft-gray: #f7f7f5;
  --grey-200: #d3d3d3;
  --champagne-gold: #d4af37;
  --rose-red: #c41e3a;

  /* Typography */
  --font-headline: "Noto Serif TC", serif;
  --font-body: "Sora", sans-serif;
  --font-handwriting: "Rouge Script", cursive;

  /* Font Weights */
  --weight-light: 300;
  --weight-regular: 400;
  --weight-semibold: 600;
  --weight-bold: 700;
}
