/* 
 * Custom styles for C5K Services
 * Warm, friendly, rounded aesthetic
 */

html {
    scroll-behavior: smooth;
}

body {
    /* Fallback font stack */
    font-family: 'Nunito Sans', sans-serif;
    color: #2D2A26;
    background-color: #F5F0E6;
}

h1, h2, h3, h4, .font-serif {
    font-family: 'DM Serif Display', serif;
}

/* Smooth scrolling offset for fixed header */
section[id] {
    scroll-margin-top: 80px;
}

/* Mobile menu transition */
#mobile-menu {
    transition: transform 0.3s ease-in-out;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F5F0E6;
}

::-webkit-scrollbar-thumb {
    background: #C05640;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a04330;
}
