/* Poppins */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Poppins'), url(../fonts/web/Poppins/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('Poppins-SemiBold'), url(../fonts/web/Poppins/Poppins-SemiBold.ttf) format('truetype');
}

/* LondrinaSolid */
@font-face {
    font-family: 'LondrinaSolid';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('LondrinaSolid'), url(../fonts/web/LondrinaSolid/LondrinaSolid-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'LondrinaSolid-Black';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('LondrinaSolid-Black'), url(../fonts/web/LondrinaSolid/LondrinaSolid-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'LondrinaSolid-Light';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('LondrinaSolid-Light'), url(../fonts/web/LondrinaSolid/LondrinaSolid-Light.ttf) format('truetype');
}
