@import url('site.css');

:root {
    --primary-color: #11457e;
    --accent-color: #d7141a;
    --text-color: #1d1d1f;
    --text-muted: #5c6470;
    --bg-light: #f5f7fb;
}

body {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
}

h1, h2, h3, h4, h5, h6, .brand-text {
    font-family: 'Literata', Georgia, serif;
}

.hero-section {
    background: linear-gradient(135deg, #11457e 0%, #0d3560 100%);
}

.featured-badge {
    letter-spacing: 0.7px;
}

.homepage-sidebar-box {
    border-color: rgba(17, 69, 126, 0.2);
}
