@import url('https://lumana-landings.s3.us-east-2.amazonaws.com/satoshi.css');

/* Base body text */
body {
  font-family: 'Satoshi Variable', sans-serif;
  font-weight: 400; /* regular */
  letter-spacing: normal;
  line-height: 1.5;
}

/* H1 */
h1, .h1 {
  font-family: 'Satoshi Variable', sans-serif;
  font-weight: 500; /* medium */
  letter-spacing: -0.02em; /* -2% kerning */
  line-height: 1.12; /* 112% leading */
}

/* H2 */
h2, .h2 {
  font-family: 'Satoshi Variable', sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em; /* -3% kerning */
  line-height: 1.18; /* 118% leading */
}

/* H3 */
h3, .h3 {
  font-family: 'Satoshi Variable', sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em; /* -1% kerning */
  line-height: 1.16; /* 116% leading */
}