/* titillium-web-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'hero-text';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/titillium-web-v17-latin-200.woff2') format('woff2'),
         url('/fonts/titillium-web-v17-latin-200.ttf') format('truetype');
  }
  /* titillium-web-regular - latin */
  @font-face {
    font-display: swap;
    font-family: 'navigation-text';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/titillium-web-v17-latin-regular.woff2') format('woff2'),
         url('/fonts/titillium-web-v17-latin-regular.ttf') format('truetype');
  }
  /* titillium-web-700 - latin */
  @font-face {
    font-display: swap;
    font-family: 'heading-text';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/titillium-web-v17-latin-700.woff2') format('woff2'),
         url('/fonts/titillium-web-v17-latin-700.ttf') format('truetype');
  }

  /* roboto-condensed-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'text-light';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/roboto-condensed-v27-latin-200.woff2') format('woff2'),
       url('/fonts/roboto-condensed-v27-latin-200.ttf') format('truetype');
}
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'text-regular';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'),
       url('/fonts/roboto-condensed-v27-latin-300.ttf') format('truetype');
}
/* roboto-condensed-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'text-bold';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/roboto-condensed-v27-latin-600.woff2') format('woff2'),
       url('/fonts/roboto-condensed-v27-latin-600.ttf') format('truetype');
}