/* Ubuntu */

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local('Ubuntu Light'), local('Ubuntu-Light'), url('Ubuntu/Ubuntu-Light.ttf') format('truetype');
}

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

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('Ubuntu/Ubuntu-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('Ubuntu/Ubuntu-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'), url('Ubuntu/Ubuntu-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url('Ubuntu/Ubuntu-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'), url('Ubuntu/Ubuntu-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url('Ubuntu/Ubuntu-BoldItalic.ttf') format('truetype');
}
