﻿.home-container {
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #2d3748;
}

/* Smooth hover for buttons */
.btn-primary:hover {
    background-color: #1a365d !important;
    transition: background-color 0.2s;
}

/* Feature cards subtle hover */
.features .rounded:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
