/*
 Theme Name:   Illinoi
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url("https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
	--red-beech: #782a00;
	--thaiti-gold: #df7c09;
	--bright-sun: #f9d92e;
	--grain-brown: #e4d1b7;
}

html,
body {
	background-color: var(--grain-brown);
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
    color: var(--red-beech);
}
