@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter-Regular.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter-Medium.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Inter-SemiBold.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter-Bold.ttf) format('truetype');
    font-display: swap
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/robotoslab-bold.ttf) format('truetype');
    font-display: swap;
}
