/*!
Theme Name: Site Salt
Theme URI: https://sitesalt.local
Author: Codex
Description: Classic WordPress theme for the Site Salt marketing website.
Version: 1.0.0
Text Domain: sitesalt
*/
:root {
  --secondary: var(--brand-soft, var(--turquoise-200));
  --secondary-foreground: var(--turquoise-900, var(--brand-deep));
}

.sitesalt-expertise-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 40rem) {
  .sitesalt-expertise-columns {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.sitesalt-rich-text strong,
.sitesalt-rich-text b,
.prose-block strong,
.prose-block b,
main strong,
main b,
.site-footer strong,
.site-footer b {
  font-weight: 700;
}

.sitesalt-rich-text a,
.prose-block a {
  color: var(--secondary-foreground, var(--brand-deep));
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, currentColor 38%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}
.sitesalt-rich-text a:hover,
.prose-block a:hover {
  color: var(--brand-deep);
  text-decoration-color: currentColor;
}

.sitesalt-inline-link {
  color: var(--secondary-foreground, var(--brand-deep));
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, currentColor 38%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.sitesalt-inline-link:hover {
  color: var(--brand-deep);
  text-decoration-color: currentColor;
}

.sitesalt-rich-text > :first-child {
  margin-top: 0;
}
.sitesalt-rich-text > :last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */