/* Font declarations for Roboto */

/* BOLD FONTS. Used in titles - Roboto SemiBold with a font-weight of 600*/
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-SemiBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* STANDARD FONT - Roboto (regular) with a font-weight of 400*/
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

/* STANDARD ITALIC FONT */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}