/* FONT */

@font-face {
	font-family  : 'Roboto';
	src          : url('/base/fonts/Roboto-Regular.ttf') format('truetype');
	font-display : block;
	}
@font-face {
	font-family  : 'Roboto';
	src          : url('/base/fonts/Roboto-Medium.ttf') format('truetype');
	font-display : block;
	font-weight  : 500;
	}
@font-face {
	font-family  : 'Roboto';
	src          : url('/base/fonts/Roboto-Bold.ttf') format('truetype');
	font-display : block;
	font-weight  : bold;
	}

/* STYLE */

body {
	font-family : 'Roboto', sans-serif;
	}