@font-face {
    font-family: 'Norwester'; 
    src: url('../images/fonts/norwester.otf') format('truetype');
    font-weight: 300; 
    /* font-style: normal;  */
  }
  
  @font-face {
    font-family: 'Lexend'; 
    src: url('../images/fonts/Lexend.ttf') format('truetype');
    font-weight: normal; 
    /* font-style: normal;  */
  }
  
  body, html {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  } 
  
   h1, h2, h3, h4, h5, h6 {
    font-family: 'Norwester'; 
    color: #1f2937;
   }
  
   p, span, button, a, li, ol, ul {
    font-family: 'Lexend'; 
   }