
/* Roboto-Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url("../../Content/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

/* Roboto-Italic */
@font-face {
    font-family: 'RobotoItalic';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url("../../Content/fonts/Roboto/Roboto-Italic.ttf") format("truetype");
}

/* Roboto-Bold */
@font-face {
    font-family: 'RobotoBold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url("../../Content/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

/* Roboto-Medium */
@font-face {
    font-family: 'RobotoMedium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("../../Content/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

/* Roboto-MediumItalic */
@font-face {
    font-family: 'RobotoMediumItalic';
    font-style: normal;
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url("../../Content/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
}

/* RobotoCondensed-Regular */
@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url("../../Content/fonts/Roboto/RobotoCondensed-Regular.ttf") format("truetype");
}

/* RobotoCondensed-Bold */
@font-face {
    font-family: 'RobotoCondensedBold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("../../Content/fonts/Roboto/RobotoCondensed-Bold.ttf") format("truetype");
}

/* Roboto-Thin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url("../../Content/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
}

/* Roboto-ThinItalic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url("../../Content/fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
}
