/* ==============================================
=           ROBOTO FONT FACES (Local)         =
=   NOTE: Update the paths if this file moves.  =
============================================== */

/* Regular 400 */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
/* Light 300 */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
/* Medium 500 */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
/* Bold 700 */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: 'Roboto';
    src: url('../assets/fonts/Roboto-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
}

/* ==============================================
=        GLOBAL VARIABLES & BODY STYLES       =
============================================== */

:root {
    --primary-accent: #4f46e5;
    --text-dark-primary: #111827;
    --text-dark-secondary: #4b5563;
    --glass-bg-nav: rgba(248, 249, 250, 0.7);
    --glass-border-nav: rgba(0, 0, 0, 0.07);
}

body {
    /* Set Roboto as the primary font */
    font-family: 'Roboto', sans-serif; 
}
 img{max-width: 100%}