/*#region font1*/
@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-Light.ttf');
	font-style: normal;
	font-weight: 200;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-LightItalic.ttf');
	font-style: italic;
	font-weight: 200;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-Italic.ttf');
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-Medium.ttf');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-MediumItalic.ttf');
	font-style: italic;
	font-weight: 500;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-Bold.ttf');
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('../../fonts/Ubuntu/Ubuntu-BoldItalic.ttf');
	font-style: italic;
	font-weight: 700;
}
/*#endregion*/

/*#region font2*/
@font-face {
	font-family: 'Waterfall';
	src: url('../../fonts/Waterfall/Waterfall-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
/*#endregion*/

:root {
	--mainfont: 'Ubuntu', sans-serif;
	--titlefont: 'Ubuntu', sans-serif;
    --subtitlefont: 'Waterfall', sans-serif;
}

h1, .like-h1, h2, .like-h2, h3, .like-h3, h4, .like-h4, h5, .like-h5, h6, .like-h6 {

}
.--subtitle {
	font-size: 2.25rem; 	
	font-weight: 200;
}

body {
	font-weight: 100;
}