  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family:'Cormorant Garamond', serif;
  font-weight: var(--cassiopeia-font-weight-headings,500);
}
body {
  -webkit-text-size-adjust: 100%;
  color: #346799;
  font-family: 'Raleway', sans-serif;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  text-align: var(--body-text-align);
}
.container-header {
  background-color: #FFF;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
  position: relative;
  z-index: 10;
}
.container-header .mod-menu > li > a, .container-header .mod-menu > li > span {
  color: #b14550;
  position: relative;
  text-decoration: none;
}
.container-header .navbar-toggler {
  color: #6c99e0;
  cursor: pointer;
}

