/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   


@import url('https://fonts.googleapis.com/css2?family=Jacquard+12+Charted&display=swap');

body {
  background-color: white;
  color: black;
  font-family: 'Jacquard 12 Charted';
}

h1 {
  font-size: 200px;
  font-family: 'Jacquard 12 Charted';
  }


head {
  font-family: 'Rubik Microbe'
  
  }

.jacquard-12-charted-regular {
  font-family: "Jacquard 12 Charted", system-ui;
  font-weight: 400;
  font-style: normal;
}


  


