@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700; 
    src: url('/fonts/Urbanist/Urbanist-VariableFont_wght.ttf') format('truetype');
  }
  
  @font-face {
    font-family: 'WindSong';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/WindSong/WindSong-Medium.ttf') format('truetype');
  }
  
  
  body {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
  }
  