/* Custom styles for the blue and white theme */
body {
    font-family: 'Noto Sans Thai', 'Manrope', sans-serif;
    background-color: #F8FAFC;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.pastel-overlay {
    background-color: rgba(37, 99, 235, 0.15); /* Blue tint instead of brown */
    backdrop-filter: blur(2px);
}

.thai-title {
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* Additional Tailwind utility classes would be handled by Tailwind CDN */