/*!
 Theme Name:   Castle Seekers Upgrade
 Theme URI:    https://www.catsules.com/
 Description:  Castle Seekers Child Theme
 Author:       CATSULES®
 Author URI:   https://www.catsules.com/
 Template:     castleseekers
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  castleseekers-upgrade
*/
/*
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');

@font-face {
	font-family: OLDSIH;
	src: url(fonts/OLDSIH__.woff);
}
@font-face {
	font-family: DAYROM;
	src: url(fonts/DAYROM__.woff);
}
h1{
	font-family: 'Oswald', sans-serif; 
}
p{
	font-family: 'Noto Serif', serif;
}
#navbarMainMenu a{
	font-family: 'Oswald', sans-serif; 
}
@media (max-width: 500px) {
	.cs-w-sm-100 figure, .cs-w-sm-100 figure img{
		width:100% !important;
		max-width:100% !important;
	}
}