@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('/media/fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Light'), url('/media/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/media/fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('/media/fonts/Roboto-LightItalic.ttf') format('truetype');
}
@font-face {
	font-family: manager_icons;
	font-style: normal;
	font-weight: 400;
	src: url(/media/fonts/manager_icons.ttf) format('truetype');
}
@font-face {
	font-family: 'weather_icons';
	font-style: normal;
	font-weight: 400;
	src: url(/media/fonts/weather_icons.ttf) format('truetype');
}