/* Custom Fonts - Inter */
@font-face {
    font-family: Inter;
    src: url(/_content/Registras.Common.Ui/fonts/Inter-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Inter;
    src: url(/_content/Registras.Common.Ui/fonts/Inter-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Inter;
    src: url(/_content/Registras.Common.Ui/fonts/Inter-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Inter;
    src: url(/_content/Registras.Common.Ui/fonts/Inter-Bold.ttf);
    font-weight: 700;
}

/* Custom Fonts - Bitter */
@font-face {
    font-family: Bitter;
    src: url(/_content/Registras.Common.Ui/fonts/Bitter-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Bitter;
    src: url(/_content/Registras.Common.Ui/fonts/Bitter-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Bitter;
    src: url(/_content/Registras.Common.Ui/fonts/Bitter-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Bitter;
    src: url(/_content/Registras.Common.Ui/fonts/Bitter-Bold.ttf);
    font-weight: 700;
}