@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

body {
  font-family: "Fira Code", monospace;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a.column-link.column-link--logo, a.ui__header__logo {
    height: 2em;
    background-image: url(/packs/media/images/logo-d4b5dc90fd3e117d141ae7053b157f58.svg);
    background-repeat: no-repeat;
    background-size: contain;
    &:after {
      content: "one.dev";
      padding-left: 2.6em;
      color: white;
    }
    & svg {
      display:none;
    }
  }

