@import url('https://fonts.googleapis.com/css2?family=Uchen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');

body {
   font-family: 'Rubik', sans-serif;
}

h1 {
   font-family: 'Uchen', serif;;
   }
h2 {
      font-family: 'Uchen', serifu;
   }

h5 {
      font-family: 'Uchen', serif;
   }
h6 {
         font-family: 'Uchen', serif;
   }
li  {
   font-family: 'Rubik', sans-serif;
   }

