/*
Theme Name : County Cool
Theme URI: http://quatrohaus.com
Author: Rodgers Marufu & Arlington Nyamukapa
Description: A Custom WordPress Theme Developed by Quatrohaus (Zimbabwe) for Country Cool
Version: 0.0.5
*/

:root {
    --the-red: #CC3433;
    --the-blue: #22205F;
    --the-gray: #333333;
    --the-white: #fff;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*General Style*/
body, a, p, ul, li, h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
.the-body-content  {
    overflow: hidden;
}

a {
     text-decoration: none;
 }
 
h2 {
    font-size: 2.8em;
    color: var(--the-blue);
    font-weight: 700;
    margin-bottom: 20px;
}

h3{
    font-size: 1.5em;
}

h4{
    font-size: 1.2em;
    color: var(--the-red);
}

::marker {
    color:var(--the-blue);
    font-size:1.2em;
}

html {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    object-fit: cover;
}