@font-face {
  font-family: "Fraunhofer";
  src: url("fonts/3dfb651c-3644-4f87-b7cb-32889ea939ba.woff2")
      format("woff2"),
    url("fonts/59d9a83f-4045-4d43-af46-655f845461ee.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Fraunhofer";
  src: url("fonts/361c8371-8c18-4a04-9430-ef7cd4bf06ec.woff2")
      format("woff2"),
    url("fonts/409b4bec-c67e-4764-a141-054db8df81d2.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html {
  font-family: "Fraunhofer", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.h1: (
  'size': 2rem,
  'weight': 200,
  'line-height': 2.25rem,
  'letter-spacing': .025em,
),

.h2: (
  'size': 1.75rem,
  'weight': 200,
  'line-height': 2rem,
  'letter-spacing': .025em,
),

.h3: (
  'size': 1.5rem,
  'weight': 200,
  'line-height': 1.75rem,
  'letter-spacing': .025em,
),

.h4: (
  'size': 1.125rem,
  'weight': 200,
  'line-height': 1.375rem,
  'letter-spacing': .025em,
),

.subtitle-2: (
  'size': 1.125rem,
  'weight': 200,
  'line-height': 1.375rem,
  'letter-spacing': 0em,
  'font-family': $body-font-family,
  'text-transform': false
)