/* The Graftd logotype, one rule for the brand block on the landing and on the
   three mappers. Roboto is the face the public site sets the name in; it is
   self-hosted so a page never calls Google Fonts. The markup keeps the name as
   "Graftd", the way it is written in text; capitals are the logotype's
   treatment, so they live here and nowhere else. Chromium copies the
   transformed text into the accessibility tree, so the visual span is
   aria-hidden and its container carries the accessible name "Graftd". */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.graftd-wordmark {
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
