/* TODO: Remove */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    font-style: normal;
    font-display: auto;
    src: url('static/Gilroy-Regular.ttf');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
    font-display: auto;
    src: url('static/Gilroy-Medium.ttf');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 600;
    font-style: normal;
    font-display: auto;
    src: url('static/Gilroy-SemiBold.ttf');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: normal;
    font-display: auto;
    src: url('static/Gilroy-Bold.ttf');
}

@font-face {
    font-family: 'Chillax';
    font-weight: 600;
    font-style: normal;
    font-display: auto;
    src: url('static/Chillax-Semibold.otf');
}
