/* Regular - 400 */
@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    src: url('gabarito/Gabarito-Regular.ttf');
}

/* Medium - 500 */
@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 500;
    src: url('gabarito/Gabarito-Medium.ttf');
}

/* Semibold - 600 */
@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 600;
    src: url('gabarito/Gabarito-SemiBold.ttf');
}

/* Bold - 700 */
@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 700;
    src: url('gabarito/Gabarito-Bold.ttf');
}

/* ExtraBold - 800 */
@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 800;
    src: url('gabarito/Gabarito-ExtraBold.ttf');
}

/* Black - 900 */
@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 900;
    src: url('gabarito/Gabarito-Black.ttf');
}
