@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&display=swap");
body, button, input, select, textarea {
font-family: 'Baloo 2', Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #5c5c5c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Baloo 2', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
font-size: 28px;
line-height: 34px;
}
.site-branding .site-title,
.site-branding .site-text-logo {
margin: 0px;
line-height: 1;
font-family: 'Baloo 2', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.onepress-menu a {
color: #333333;
font-family: 'Baloo 2', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.entry-header .entry-title {
font-family: 'Baloo 2', Helvetica, Arial, sans-serif;
font-weight: 700;
}
.site-footer {
background-color: #ccc;
}
.site-footer .site-info {
background: #362a79;
font-weight: 400;
color: #fff;
}
.site-footer .btt a {
background: #362a79;
color: #FFF;
}
.sidebar .widget a {
font-size: 18px;
line-height: 24px;
border-left: solid 5px #362a79;
margin-bottom: 20px;
display: table;
background: #f8f8f8;
width: 100%;
padding: 8px 16px;
transition: .3s;
color: #362a79;
}
.sidebar .widget a:hover {
color: #ff585a;
border-left: solid 5px #ff585a;
text-decoration: none;
}