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

@font-face {
    font-family: 'Poppins 500';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/Poppins-Medium.ttf) format('truetype');
}

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

@font-face {
    font-family: 'Albert Sans 700';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/AlbertSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Albert Sans 600';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/AlbertSans-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Albert Sans 500';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/AlbertSans-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Albert Sans 400';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/AlbertSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Plus Jakarta Sans 400';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/PlusJakartaSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Plus Jakarta Sans 700';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/PlusJakartaSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Manrope 600';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/Manrope-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Manrope 400';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/Manrope-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Manrope 700';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/Manrope-Bold.ttf) format('truetype');
}