@font-face {
	font-family: "Figtree";
	font-style: normal;
	src: url("https://fonts.mckayla.cloud/Figtree.woff2") format(woff2);
}

body {
  font-family: Figtree;
  font-size: 2em;
}

h1 {
  color: green;
}

article {
  max-width: 600px;
  margin: auto;
  /* font-family: "system-ui"; */
}

.shop-callout {
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-color: green;
  color: white;
  height: 69px;
  width: 420px;
  margin: auto;
  border-radius: 4px;
}
