body {
    font-family: 'Inter', sans-serif;
}

html {
    /* Keep in-page destinations visible below the sticky navigation header. */
    scroll-padding-top: 5.5rem;
}
/* Custom brand definitions matching your visual print materials */
.color-brand-green { color: #1e4620; }
.bg-brand-green { background-color: #1e4620; }
.bg-brand-green-hover:hover { background-color: #153216; }
.border-brand-green { border-color: #1e4620; }

.color-brand-blue { color: #1a365d; }
.bg-brand-blue { background-color: #1a365d; }
.bg-brand-blue-hover:hover { background-color: #11243f; }

/* Smooth animation effects */
.transition-all-custom {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Focus outline override */
.focus-ring-custom:focus {
    outline: none;
    border-color: #1e4620;
    box-shadow: 0 0 0 3px rgba(30, 70, 32, 0.15);
}
