@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/public/assets/fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/public/assets/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/public/assets/fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/public/assets/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/public/assets/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/public/assets/fonts/Roboto-Thin.ttf') format('truetype');
}

:root {
    --font-roboto-black: 'Roboto Black', sans-serif;
    --font-roboto-bold: 'Roboto Bold', sans-serif;
    --font-roboto-medium: 'Roboto Medium', sans-serif;
    --font-roboto-regular: 'Roboto Regular', sans-serif;
    --font-roboto-light: 'Roboto Light', sans-serif;
    --font-roboto-thin: 'Roboto Thin', sans-serif;
}
