/* Ministry of Economy and Finance - Light Theme */

/* Load full Nokora font family */
@import url('https://fonts.googleapis.com/css2?family=Nokora:wght@100;300;400;700;900&display=swap');

/* Global Styles */
body {
    background: linear-gradient(to bottom, #ffffff, #f4fdee);
    color: #212529;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Nokora', 'Khmer OS', sans-serif;
}

.khmer-heading {
            font-family: 'Nokora', sans-serif;
            font-weight: bold;
}

/* Container adjustments */
.container {
    max-width: 800px;
}

/* Navbar (light style override) */
#mainNav {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ccc;
}

.navbar .nav-link {
    color: #1b3b1b;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #2e8b57;
    font-weight: bold;
}

/* Footer styling */
footer {
    margin-top: auto;
    background-color: #f8f9fa;
    color: #6c757d;
}
