/*
Theme Name: Eva Völkle
Theme URI:
Author: Eva Völkle Studio
Description: Ethereal Clarity design system — spiritual guidance website for Eva Völkle.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Private
Text Domain: eva-voelkle
*/

/*
 * Base resets — Tailwind CDN handles the heavy lifting.
 * Only project-specific overrides live here.
 */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Material Symbols thin weight */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}

/* Blue icon filter matching the brand palette */
.icon-blue-filter {
    filter: invert(53%) sepia(45%) saturate(769%) hue-rotate(174deg) brightness(89%) contrast(85%);
}

/* Prevent horizontal scroll caused by floating badges */
.overflow-x-hidden {
    overflow-x: hidden;
}
