@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bg-color: #fcfcfc;
    --text-color: #2c3e50;
    --accent-color: #336699;
    --card-bg: #ffffff;
    --border-color: #e1e8ed;
}

/* --- Global Brand Fonts --- */
@font-face {
    font-family: 'Aero BC';
    src: url('./AeroTrial-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

.brand-text {
    font-family: 'Aero BC', sans-serif !important;
}

body {
    font-family: 'Roboto' sans-serif;
}
