/* fruktur-regular - latin */
@font-face {
  font-family: 'Fruktur';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fruktur-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fruktur'), local('Fruktur-Regular'),
       url('../fonts/fruktur-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fruktur-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fruktur-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fruktur-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fruktur-v10-latin-regular.svg#Fruktur') format('svg'); /* Legacy iOS */
}

/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Work Sans'), local('WorkSans-Regular'),
       url('../fonts/work-sans-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v3-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v3-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Work Sans SemiBold'), local('WorkSans-SemiBold'),
       url('../fonts/work-sans-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/work-sans-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/work-sans-v3-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/work-sans-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/work-sans-v3-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}


body {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: normal;
  text-transform: none;
  margin-left: 2em;
  margin-right: 2em;
  color: #000; }


  .headline-1 {
    font-family: 'Fruktur';
    font-weight: 400;
    font-size: 35px;
    line-height: 1.225;
    letter-spacing: 0;
    color: #000; }

  .headline-2 {
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #000; }

    .headline-3 {
      font-family: 'Work Sans', sans-serif;
      font-weight: 600;
      color: #000;
      font-size: 17px;
      line-height: 35px;
      letter-spacing: -0.02em; }

    .area {
      padding-bottom: 4rem;
    }

  a {
      text-decoration: none;
      color: #0081c4;
    }
  a:focus, a:hover {
        color: #4cafdf;
      }

  .logo {
    max-width: 200px;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }

  .logo-wrap {
        text-align: left;
  }

  @media screen and (max-width: 39.9375em) {
    body {
      margin-left: 1em;
      margin-right: 1em;
      }

    .headline-1 {
        font-size: 28px; }

    .logo-wrap {
        text-align: center;
    }

    .logo {
      max-width: 150px;
      margin-bottom: 3rem;
      margin-top: 3rem;
    }
  }
