/*
  Special thanks to https://gwfh.mranftl.com/ for providing the fonts used
  in this project. We appreciate their efforts in making these resources
  available to the community!
*/

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

/* barlow-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 200;
    src: url('../woff2/barlow-v12-latin-200.woff2') format('woff2');
}

/* barlow-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: url('../woff2/barlow-v12-latin-300.woff2') format('woff2');
}

/* barlow-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../woff2/barlow-v12-latin-regular.woff2') format('woff2');
}

/* barlow-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: url('../woff2/barlow-v12-latin-500.woff2') format('woff2');
}


/* barlow-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/barlow-v12-latin-700.woff2') format('woff2');
}

