@font-face {
    font-family: 'libertinus_keyboardregular';
    src: url('fonts/libertinuskeyboard-regular-webfont.woff2') format('woff2'),
         url('fonts/libertinuskeyboard-regular-webfont.woff') format('woff');
}
@font-face {
    font-family: 'nunitoextralight';
    src: url('fonts/nunito-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/nunito-variablefont_wght-webfont.woff') format('woff');
}
@font-face {
    font-family: 'smooch_sansthin';
    src: url('fonts/smoochsans-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/smoochsans-variablefont_wght-webfont.woff') format('woff');
  font-weight: regular;
    font-style: regular;
}
@font-face {
    font-family: 'nunitoextralight_italic';
    src: url('fonts/montserrat-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/montserrat-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nunitoextralight';
    src: url('fonts/montserrat-variablefont_wght-webfont.woff2') format('woff2'),
         url('fonts/montserrat-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rounded_mplus_1cregular';
    src: url('fonts/mplusrounded1c-regular-webfont.woff2') format('woff2'),
         url('fonts/mplusrounded1c-regular-webfont.woff') format('woff');

}
@font-face {
    font-family: 'rounded_mplus_1cthin';
    src: url('fonts/mplusrounded1c-thin-webfont.woff2') format('woff2'),
         url('fonts/mplusrounded1c-thin-webfont.woff') format('woff');

}

body {
  color:white;
}


h1 {
  font-family:'nunitoextralight'; 
  font-size:3rem;
  color:white;
}
h2 {
  font-family:"nunitoextralight"; 
  font-size:1.6rem;
  }
h3 {
  font-family:'nunitoextralight'; 
  font-size:1.5rem;
  }
h4 {
  font-family:'nunitoextralight'; 
  font-size:1.3rem;
  }  
h5 {
  font-family:'nunitoextralight'; 
  font-size:3rem;
  }
h6 {
  font-family:'nunitoextralight'; 
  font-size:1.6rem;
  }
p {
  font-family:'nunitoextralight';
  font-size:1rem;
}
p2 {
  font-family:'nunitoextralight_italic';
  font-size:1rem;

}
p3 {
  font-family:'nunitoextralight';
  font-size:1rem;

}
p4 {
  font-family:'nunitoextralight';
   color:white;

  font-size:1.2rem;
}
p5 {
  font-family:'nunitoextralight';
  font-size:1.8rem;
}

.button {
  font-family:'nunitoextralight';
  font-size: 1.4rem;
}
.dropbtn {
  font-family:'nunitoextralight';
    font-size: 1.2rem;

}
.dropdown {
   font-size: 1rem;
}
.dropdown-content a {
   font-family:'nunitoextralight';
   font-size:1.2rem
}
.box {
    font-family:'nunitoextralight';
      font-size:1rem;













