
@font-face {
    font-family: "Nunito";
    src:url('../fonts/nunito/nunito-variablefont_wght.ttf') format('truetype'),
      url('../fonts/nunito/nunito-italic-variablefont_wght.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    src:url('../fonts/rubik/rubik-variablefont_wght.ttf') format('truetype'),
      url('../fonts/rubik/rubik-italic-variablefont_wght.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

.menu-item > a {
    font-family: "Nunito", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.text-theme-colored1, .btn-theme-colored1, 
.text-theme-colored2, .btn-theme-colored2,
.text-theme-colored3, .btn-theme-colored3,
.text-theme-colored4, .btn-theme-colored4,
.icon-box-title, .title, .widget-title, .entry-title,
.list-group-item {
    font-family: "Nunito", sans-serif !important;
}

p, div, span {
    font-family: "Rubik", sans-serif !important;
}

header#header .header-top {
    background-color: #0b4575 ;
}

section > .container, section > .container-fluid {
    padding-top: 40px;
}