@font-face {
  font-family: 'YSOFT font';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://1617882505.rsc.cdn77.org/ysoft_regular_1.5-webfont.woff2) format('woff2');
}
:root {
--font-family-headline: 'YSOFT font', Arial, Helvetica, sans-serif;
}
.header {
  border: 0px !important;
}
.header-links a {
  font-size: 16px !important;
  font-family: var(--font-family-headline) !important;
}
.banner {
  background-image: none !important;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.banner h1 {
  font-weight: bold;  
}
.tile-title {
  font-family: var(--font-family-headline);
  hyphens: none;
}
code {
  background-color: inherit !important;
}
.footer {
  text-align: center !important;
  min-height: 76px !important;
}
.tile:has(a[href*="/docs/latest/safeq-cloud"]) .tile-image {
    content: url('https://1617882505.rsc.cdn77.org/documentation-logos/SQCDSAFEQCloud.png');
}
.tile:has(a[href*="/api/latest/safeq-cloud"]) .tile-image {
    content: url('https://1617882505.rsc.cdn77.org/documentation-logos/SQCDSAFEQCloudAPI.png');
}