/*
 * Sandrine Gluck
 * Typography
 */

body {
  font-family: var(--sg-font-family);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sg-font-family);
  font-weight: 400;
  color: var(--sg-black);
}

.sg-display-title {
  font-size: var(--sg-display-size);
  line-height: 1;
}

.sg-section-title {
  font-size: var(--sg-section-size);
  line-height: 1;
}

.sg-block-title {
  font-size: var(--sg-block-size);
  line-height: 1;
}

.sg-card-title {
  font-size: var(--sg-card-size);
  line-height: 1.15;
}

.sg-body {
  font-size: var(--sg-body-size);
  line-height: var(--sg-body-line);
}

.sg-editorial {
  font-style: italic;
}

.sg-body a,
.sg-editorial a {
  color: var(--sg-charcoal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.sg-body a:hover,
.sg-body a:focus-visible,
.sg-editorial a:hover,
.sg-editorial a:focus-visible {
  color: var(--sg-black);
}