/*
 * This file contains the custom CSS for the Aiminent Agency website.
 * It is linked to all HTML pages to ensure consistent styling.
 */

/* Sets the body font and colors */
body {
    font-family: 'Inter', sans-serif;
    background-color: #f7fafc;
    color: #1a202c;
}

/* Defines the hero section's background image and styling */
.bg-hero {
    background-color:#3730a3;
    background-size: cover;
    background-position: center;
}

/* Hides the modal by default */
#brief-modal {
    display: none;
}
