/* static/css/google-fonts.css */
/* All Google Fonts served locally */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300 700;
    src: url('../fonts/inter.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 700;
    src: url('../fonts/montserrat.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300 600;
    src: url('../fonts/open-sans.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300 700;
    src: url('../fonts/poppins.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300 700;
    src: url('../fonts/roboto.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400 700;
    src: url('../fonts/playfair.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300 700;
    src: url('../fonts/lato.woff2') format('woff2');
    font-display: swap;
}
