/*
Theme Name: LHP Theme
Description: Advanced Child Theme for Bricks with Custom Elements for BKA
Author: AI Assistant
Template: bricks
Version: 1.0.0
*/

body {
    background-color: #fbf8ff; /* bg-surface */
    color: #0c1843; /* text-on-surface */
    font-family: 'Public Sans', sans-serif;
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.hero-gradient {
    background: linear-gradient(135deg, rgba(84, 94, 121, 0.9) 0%, rgba(139, 149, 179, 0.7) 100%);
}
