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

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

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

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

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

@font-face {
    font-family: 'Mulish Bold';
    src: local('Mulish Bold'), local('Mulish-Bold'),
    url('../fonts/Mulish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Rubik Medium';
    src: local('Rubik Medium'), local('Rubik-Medium'),
    url('../fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik Bold';
    src: local('Rubik Bold'), local('Rubik-Bold'),
    url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik SemiBold';
    src: local('Rubik SemiBold'), local('Rubik-SemiBold'),
    url('../fonts/Rubik-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */