@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;
}

h3.tile__headline--md:before {
   font-family:"Material Icons"; 
content:"\FDFA";
  size: 15px;
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
  color:#14B4FF;
      }

h3.tile__headline.tile__headline--md{
  color:#14B4FF;}

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

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