/* Montserrat served from this application instead of fonts.googleapis.com, so the storefront
   renders identically without an internet connection (and without a third-party request on
   every page load). The weights below are the ones the templates and main.css actually use. */

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('Montserrat-Black.ttf') format('truetype');
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('Montserrat-Italic.ttf') format('truetype');
}
