.cookiecontent p{
  font-weight: 300 !important;
}
 p{
  font-weight: 300;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-regular.woff2') format('woff2'),
        url('../fonts/oswald-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani-semibold.woff2') format('woff2'),
        url('../fonts/rajdhani-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani-bold.woff2') format('woff2'),
        url('../fonts/rajdhani-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caveat';
    src: url('../fonts/caveat-regular.woff2') format('woff2'),
        url('../fonts/caveat-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

p,
body{
    font-family: 'Oswald', sans-serif;
      font-weight: normal;
  font-size: 17px;
  }


.sppb-addon-title { 
      font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.sp-menu-item { 
    font-family: 'Oswald', sans-serif;
      font-weight: normal;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
    font-size: 17px !important;
  font-weight: 500;
}
