/* Add your custom styles here */



@font-face {
    font-family: 'STAM';
    src: url('../../public/fonts/STAM.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    /* Colors */
    --primary-color: #1b2e4f; /* Dark Blue (Deeper and slightly less saturated for a more balanced primary background and header) */
    --primary-color-light: #00a3e0; /* Light Blue (A bit less bright to match the overall theme and improve contrast) */
    --secondary-color: #c9a45c; /* Gold (A more muted and elegant gold that pairs better with the blues) */
    --secondary-color-light: #f2f2f2;
    /* f2f2f2 */

    --font-special: 'STAM', sans-serif; /* Custom Font (for special elements, titles, headers) */

    
    --text-dark: #2f2f2f; /* Dark Gray/Black (Main text on light backgrounds - Body Text) */
    --text-gray: #555555; /* Medium Gray (Less prominent text - Subheadings, secondary text) */
    --text-light-gray: #F5F5DC; /* Light Beige/Cream (for backgrounds, softer text on dark, parchment feel - Secondary Background, Content Areas) */
    --white: #fff;        /* White (for text on dark backgrounds, general white elements - Text on Dark Blue, Primary Text Color on Dark) */
    --black: #000000;      /* Black (For strong contrast text when needed - alternative to --text-dark if pure black is preferred) */
    --border-color: #F5F5DC; /* Light Beige/Cream (for softer borders, parchment-like - Borders for content areas, buttons) */
    --accent-green: #32CD32; /* Green (Optional Accent, for buttons, highlights, positive confirmations - Calls to Action, Success messages - a bright green) */
    --accent-green-muted: #90EE90; /* Light Green (Muted Green for softer accent if needed - softer Calls to Action, subtle highlights) */
}

body {
    /* font-family: 'Makabiyg', sans-serif; */
}