/* Local Fonts - loaded from server */

/* Inter - Variable Font */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('/fonts/inter.woff2') format('woff2');
}

/* DM Sans */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/dm-sans.woff2') format('woff2');
}

/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('/fonts/montserrat.woff2') format('woff2');
}

/* Playfair Display */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/playfair.woff2') format('woff2');
}

/* Orbitron */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url('/fonts/orbitron.woff2') format('woff2');
}

/* Rajdhani */
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/fonts/rajdhani.woff2') format('woff2');
}
