/* Lato regular */

@font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans-Regular.eot");
    src: url("/fonts/OpenSans-Regular.woff2") format('woff2'),
         url("/fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    rel: 'preload';
    font-display: swap;
}

/* Lato bold */

@font-face {
    font-family: "Open Sans";
    src: url('/fonts/OpenSans-Bold.eot');
    src: url('/fonts/OpenSans-Bold.woff2') format('woff2'),
         url('/fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    rel: 'preload';
    font-display: swap;
}

/* Montserrato bold */

@font-face {
    font-family: "Lora";
    src: url('/fonts/Lora-Bold.eot');
    src: url('/fonts/Lora-Bold.woff2') format('woff2'),
         url('/fonts/Lora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    rel: 'preload';
    font-display: swap;
}

/* Montserrato regular */

@font-face {
    font-family: "Lora";
    src: url("/fonts/Lora-Regular.eot");
    src: url("/fonts/Lora-Regular.woff2") format('woff2'),
         url("/fonts/Lora-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    rel: 'preload';
    font-display: swap;
}

