/* Joesefin font */
@font-face {
    font-family: 'josefin';
    src: url('../fonts/josefin/JosefinSans-SemiBold.ttf') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'josefin';
    src: url('../fonts/josefin/JosefinSans-Bold.ttf') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}