/* reset + typography */

/* === GLOBAL TYPOGRAPHY === */

h2,
h4 {
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

h2 {
  line-height: 1;
  margin-bottom: 10px;
}

h4 {
  margin-bottom: 20px;
  opacity: 0.7;
}

p {
  line-height: 1.6;
}