@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: circular;

    src: url('../fonts/CircularXXWeb-Book.woff2') format('woff2');
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: circular;

    src: url('../fonts/CircularXXWeb-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Lato;
    src: url('../fonts/Lato-Regular.woff') format('woff');
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.woff') format('woff');
    font-style: normal;
    font-weight:300;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-BoldItalic.woff') format('woff');
    font-style: italic;
    font-weight: 900;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Italic.woff') format('woff');
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: Favorit Bold;
    src: url('../fonts/FavoritStd-Bold.woff') format('woff');
}

@font-face {
    font-family: Favorit;
    src: url('../fonts/FavoritStd-Regular.woff') format('woff');
}