:root{
    --color-6a6a71:#6a6a71;
    --color-e8373d:#e8373d;
    --color-035392: #035392;
    --color-e4a40f: #e4a40f;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Nunito", sans-serif;
    color: #000;
    font-weight: 900 !important;
}
body,li{
    font-family: "Source Sans 3", sans-serif !important; 
}
p,ul,ol,li{
    color: var(--color-6a6a71);
    font-family: "Source Sans 3", sans-serif;
    /* margin-bottom: 15px !important; */
}
a,span,ol{
    font-family: "Nunito", sans-serif;
}
.container{
    max-width: 1200px !important;
}
ul,ol{
    margin: 0 !important;
    margin-bottom: 15px !important;
}
.blog__thumb{
    position: relative;
    overflow: hidden;
}
.blog__thumb img{
    aspect-ratio: 1.8 / 1;
    object-fit: cover;
    transform: scale(1.) rotate(0deg);
    transition: all 300ms ease;
}
.blog__box:hover .blog__thumb img {
    transform: scale(1.15) rotate(2deg);
    transition: all 300ms ease;
}
#wpadminbar ul{
    margin: 0 !important;
}