body{
    font-size: 17px;
    line-height: 1.625em;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Raleway', 'Arial', sans-serif;
    font-weight: normal;

}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
    font-family: 'Raleway', 'Arial', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.is-wrapper h1.is-title-bold, .is-wrapper h2.is-title-bold, .is-wrapper h3.is-title-bold, 
.is-wrapper h4.is-title-bold, .is-wrapper h5.is-title-bold, .is-wrapper h6.is-title-bold {
    font-weight: 900;
}

.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2{
    font-family: 'Raleway', 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 2;
}
.is-wrapper .is-dark-text *[class*="is-title"],
.is-wrapper .is-dark-text a:not([class*="btn-"]){
color: rgb(68, 68, 68);
}
.is-wrapper .is-light-text *[class*="is-title"],
.is-wrapper .is-light-text a:not([class*="btn-"]){
color: #ffffff;
}
.menu-item.profile-icon .menu-link > img{box-shadow: 0 0 3px #333;}
.menubar.menubar-mobile .menubar-toggler span, .menubar.menubar-mobile .menubar-toggler span:before, .menubar.menubar-mobile .menubar-toggler span:after{
background: rgb(68, 68, 68);
}
.menubar.menubar-light, .menubar .menu-expand-block{
 box-shadow: 0 5px 30px rgba(51, 51, 51, 0.15);
}
