:root:has(input.theme-controller[value=selah]:checked),[data-theme="selah"] { 
    color-scheme: light;
    --color-base-100: oklch(98.5% 0.004 75.0);
    --color-base-200: oklch(92.1% 0.023 75.0);
    --color-base-300: oklch(95% 0 0);
    --color-base-content: oklch(20% 0.05 240);
    --color-primary: oklch(52.3% 0.093 71.0);
    --color-primary-content: oklch(98% 0.01 240);
    --color-secondary: oklch(66.2% 0.089 78.2);
    --color-secondary-content: oklch(98% 0.01 200);
    --color-accent: oklch(74.49% 0.089 175.88);
    --color-accent-content: oklch(98% 0.01 160);
    --color-neutral: oklch(79.83% 0.041 80.84);
    --color-neutral-content: oklch(98% 0.01 240);
    --color-info: oklch(82.76% 0.101 230.32);
    --color-info-content: oklch(98% 0.01 220);
    --color-success: oklch(69.59% 0.149 162.48);
    --color-success-content: oklch(98% 0.01 140);
    --color-warning: oklch(76.86% 0.165 70.08);
    --color-warning-content: oklch(20% 0.05 80);
    --color-error: oklch(57.71% 0.215 27.33);
    --color-error-content: oklch(98% 0.01 30);
  
    /* border radius */
    --radius-selector: 1rem;
    --radius-field: 0.25rem;
    --radius-box: 0.5rem;
  
    /* base sizes */
    --size-selector: 0.25rem;
    --size-field: 0.25rem;
  
    /* border size */
    --border: 1px;
  
    /* effects */
    --depth: 1;
    --noise: 0;
  }
body {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}