/**
*********************
* Theme typography to de
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Mixins
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Button styles
********************
**/
/**
*********************
* Mixins
********************
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2.5rem;
}

h1,
.h1 {
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 3.625rem !important;
}
@media only screen and (min-width: 48rem) {
  h1,
  .h1 {
    font-size: 5rem !important;
    line-height: 5.625rem !important;
  }
}

h2,
.h2 {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 4rem !important;
}
@media only screen and (min-width: 48rem) {
  h2,
  .h2 {
    font-size: 2.5625rem !important;
    line-height: 5.375rem !important;
  }
}

h3,
.h3 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 2.625rem !important;
}
@media only screen and (min-width: 48rem) {
  h3,
  .h3 {
    font-size: 2.1875rem !important;
    line-height: 2.8125rem !important;
  }
}

h4,
.h4 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 2.8125rem !important;
}

h5,
.h5 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.625rem !important;
}
@media only screen and (min-width: 48rem) {
  h5,
  .h5 {
    font-size: 1.5rem !important;
    line-height: 2.8125rem !important;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

p {
  color: #262626;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0 auto 1.75rem auto;
}
p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=typography.css.map */
