/* FONTES */

/* HostGrotesk 400 */
@font-face {
    font-display: swap;
    font-family: 'HostGrotesk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/HostGrotesk-Regular.ttf') format('truetype'),
}

/* HostGrotesk 500 */
@font-face {
    font-display: swap;
    font-family: 'HostGrotesk';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/HostGrotesk-Medium.ttf') format('truetype'),
}

/* HostGrotesk 600 */
@font-face {
    font-display: swap;
    font-family: 'HostGrotesk';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/HostGrotesk-SemiBold.ttf') format('truetype'),
}

/* HostGrotesk 700 */
@font-face {
    font-display: swap;
    font-family: 'HostGrotesk';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/HostGrotesk-Bold.ttf') format('truetype'),
}

/* Inter 400 */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Inter-Regular.ttf') format('truetype'),
}

/* FONTES ENDS */