@font-face {
  font-family: "Circular";
  /* Check out the supported formats: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face#font_mime_types */
  src: url("https://www.shelvz.com/wp-content/uploads/2022/07/CircularStd-Book.woff2") format("woff2");
}

:root {
  /* Always use your font with a fallback like serif or sans-serif */
  --K15t-font-family-body: "Circular", sans-serif;
  --K15t-font-family-sans: "Circular", sans-serif;
  --K15t-font-family-mono: "Circular", sans-serif;
}


h3.tile__headline{
  color:#14B4FF;}

h6 {
  font-size: smaller;}


p.tile__description{
    font-size: 14px;
    color: darkslategrey;
}

p.space-overview__hero__header__content__intro--intro{
  color:white;}