@font-face {
    font-family: "Josefin Sans";
    src: url('../fonts/Josefin_Sans/JosefinSans-Regular.eot');
    src: url('../fonts/Josefin_Sans/JosefinSans-Regular.eot') format('embedded-opentype'),
            url('../fonts/Josefin_Sans/JosefinSans-Regular.woff2') format('woff2'),
            url('../fonts/Josefin_Sans/JosefinSans-Regular.woff') format('woff'),
            url('../fonts/Josefin_Sans/JosefinSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Josefin Sans";
    src: url('../fonts/Josefin_Sans/JosefinSans-Medium.eot');
    src: url('../fonts/Josefin_Sans/JosefinSans-Medium.eot') format('embedded-opentype'),
            url('../fonts/Josefin_Sans/JosefinSans-Medium.woff2') format('woff2'),
            url('../fonts/Josefin_Sans/JosefinSans-Medium.woff') format('woff'),
            url('../fonts/Josefin_Sans/JosefinSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Josefin Sans";
    src: url('../fonts/Josefin_Sans/JosefinSans-Bold.eot');
    src: url('../fonts/Josefin_Sans/JosefinSans-Bold.eot') format('embedded-opentype'),
            url('../fonts/Josefin_Sans/JosefinSans-Bold.woff2') format('woff2'),
            url('../fonts/Josefin_Sans/JosefinSans-Bold.woff') format('woff'),
            url('../fonts/Josefin_Sans/JosefinSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}