
/* ============= Custom CSS ===================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.cbContent {
    font-family: "Roboto",sans-serif;
}

.cbContent h1,
.cbContent h2,
.cbContent h3,
.cbContent h4,
.cbContent h5,
.cbContent h6 {
    color: #1C1F6C;
    font-family: "Rockwell",sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'roboto', sans-serif;
}

h4,
h5,
h6 {
    font-weight:500;
}

#primary-menu ul li > a {
      font-family: 'Roboto', sans-serif;
}