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

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

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

@font-face {
    font-family: 'Noto Sans 800';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/NotoSans-ExtraBold.ttf) format('truetype');
}

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

@font-face {
    font-family: 'Noto Sans Bolder';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(../resources/fonts/NotoSans-Black.ttf) format('truetype');
}

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

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

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

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

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

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

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