/* line 1, static/css/typography.scss */
h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600; }

/* line 7, static/css/typography.scss */
h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600; }

/* line 13, static/css/typography.scss */
h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500; }

/* line 19, static/css/typography.scss */
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700; }

/* line 25, static/css/typography.scss */
h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }

/* line 31, static/css/typography.scss */
p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }

@media (min-width: 768px) {
  /* line 39, static/css/typography.scss */
  h1 {
    font-size: 88px;
    line-height: 100px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 46, static/css/typography.scss */
  h2 {
    font-size: 64px;
    line-height: 68px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 53, static/css/typography.scss */
  h3 {
    font-size: 56px;
    line-height: 62px;
    font-weight: 500; }
  /* line 59, static/css/typography.scss */
  h4 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 66, static/css/typography.scss */
  h5 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500; }
  /* line 72, static/css/typography.scss */
  p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400; } }
