/* Landing Page Overrides */

:root {
    --primary-color: #083D89;
    --font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
    font-family: var(--font-main);
    font-size: 0.8rem; /* Reduced from 0.9rem */
}

/* Navbar Adjustments */
.navbar {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    min-height: 50px; /* Reduced from 56px */
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-brand img {
    height: 24px !important; /* Reduced from 28px */
    width: auto;
}

.nav-link {
    font-size: 0.8rem !important; /* Reduced from 0.9rem */
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}

.nav-info--title {
    font-size: 0.55rem !important; /* Reduced from 0.65rem */
}

.nav-info--subtitle {
    font-size: 0.65rem !important; /* Reduced from 0.75rem */
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-size: 0.8rem; /* Reduced from 0.9rem */
}

.btn-sm {
    font-size: 0.75rem !important; /* Reduced from 0.8rem */
    padding: 0.35rem 0.85rem !important;
}

/* General Typography */
h1, .h1 { font-size: 1.75rem; }
h2, .h2 { font-size: 1.5rem; }
h3, .h3 { font-size: 1.25rem; }
h4, .h4 { font-size: 1.1rem; }
h5, .h5 { font-size: 0.9rem; }
h6, .h6 { font-size: 0.8rem; }
