
:root {
    /* Font*/
  --main_title_font: "Noto Serif", serif;
  --secondary_title_font: "Noto Serif", serif;
  /* Colors */
  --blue: #042D29;
  --beige: #F8F0D9;
  --grey: #F5F5F5;
  --white: #FFFFFF;
  --bluebackground: #042D29;
  --beigebackground: #fff1e5;
  --blackbackground: #262a33;
  --orange: #F3851F;
  --lightgreen: #E9EFF0;
  --darkgreen: #042D29;
  --purple: #BCC5FA;
  --lime: #00D5C5;
  --lightyellow: #FFF5D7;
  --mainblue: #262a33;
  --black: #302F2D;
 }



.h4, h4 {
    font-weight: 600 !important;
}

.h5, h5 {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
    font-family: var(--secondary_title_font);
}

.h6, h6 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
    font-family: var(--secondary_title_font);
}

body {
    background-color: var(--beigebackground);
}

hr {
    border-style: dotted none none;
    border-width: 1px;
    border-color: #0a5e66;
}


a:hover {
    text-decoration: none !important;
    opacity: 0.7;
}

body {
    font-family: "Noto Sans", sans-serif !important;
    color: var(--black);
}

.nav-link {
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
}