@font-face {
    font-family: 'Chillax';
    src: url('./assets/fonts/Chillax.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rethink';
    src: url('./assets/fonts/Rethink Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('./assets/fonts/Inter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Chillax', sans-serif !important;
}

div,p, ul, li, button, input, textarea {
    font-family: 'Rethink', sans-serif !important;
}

span, a {
    font-family: 'Inter', sans-serif !important;
}
