p,
a {
  span {
    color: var(--primary);
  }
}
/* repush */
h1,
h2,
h3,
h4,
h5,
h6,
.views-field-field-dining-category:before {
  margin: 3rem 0 1rem;
  font-family: var(--text-serif);
  color: var(--foreground);
  font-weight: 400;
  line-height: 1.15;
  a {
    font-size: inherit;
    font-family: inherit;
  }
}

h1 {
  margin-bottom: 1.5rem;
  font-size: var(--text-6xl);

  /* span {
    display: none;
  } */

  &.text-left {
    text-align: left;
  }
  &.text-center {
    text-align: center;
  }
  &.text-right {
    text-align: right;
  }
}

h2 {
  font-size: var(--text-4xl);
}

h3,
.views-field-field-dining-category:before {
  font-size: var(--text-3xl);
}

h4 {
  font-size: var(--text-2xl);
}

h5 {
  font-size: var(--text-lg);
}

h6 {
  font-size: var(--text-base);
}

h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin {
  margin: 0 !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;

  &.white {
    color: #fff;
  }

  &.text-left {
    text-align: left;
  }

  &.text-center {
    text-align: center;
  }

  &.text-right {
    text-align: right;
  }
  strong {
    font-weight: 700;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

i,
em {
  color: var(--primary);
}

em {
  font-weight: 400;
}

ul,
ol {
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 2rem;

  li {
    font-weight: 300;
  }
}

p,
ul,
ol,
table {
  a {
    text-decoration: underline;
    font-weight: 400;
  }
}

.section-title {
  color: var(--icon);

  h1 {
    span {
      display: block;
      color: var(--accent-foreground);
      font-size: var(--text-lg);
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: var(--text-sans);
      font-weight: 300;
    }
  }
}

.intro {
  h1 {
    text-align: center;
    margin: 2rem auto 0.5rem;
  }

  h2 span {
    display: block;
    color: var(--accent-foreground);
    font-size: var(--text-lg);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--text-sans);
    font-weight: 300;
  }

  p {
    font-size: var(--text-lg);
  }
  .summary p {
    font-size: var(--text-base);
  }
  .item-list ul li:nth-of-type(2) h2 span {
    display: none;
  }
  .item-list > ul > li {
    margin-bottom: 1rem;
  }
  > ul > li {
    padding-bottom: 2rem;
  }
}

.region-triptych-first {
  h2:first-of-type {
    margin-top: 0;
  }
}

/* push */
.dark,
[data-theme="dark"] {
  /* .section-title {
    color: var(--secondary-muted);
  } */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
}
