/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.11.0_webpack@5.106.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.12_webpack@5.106.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../node_modules/.pnpm/sass-loader@16.0.7_sass@1.101.0_webpack@5.106.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/global.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Modern normalized baseline for hybrid theme + block content. */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary, #00a86b);
  outline-offset: 2px;
}
body.plasma-site {
  background: var(--wp--preset--color--background, #fff);
  color: var(--wp--preset--color--foreground, #000);
  font-family: var(--wp--preset--font-family--ebgaramond, "EBGaramond", serif);
  font-size: var(--wp--preset--font-size--paragraph, 16px);
  line-height: 1.625;
  letter-spacing: 0.02em;
}
.plasma-heading {
  margin: 0;
  font-family: var(--wp--preset--font-family--montserrat, "Montserrat", sans-serif);
  font-weight: 700;
  line-height: 1.2;
}
.plasma-heading--sm {
  font-size: var(--wp--preset--font-size--second-title, 22px);
}
.plasma-text-muted {
  color: var(--wp--preset--color--secondary, #c8102e);
}
.plasma-text-small {
  font-size: var(--wp--preset--font-size--secondary-text, 14px);
}
.plasma-prose > * + * {
  margin-block-start: 1em;
}
.entry-content .alignwide,
.plasma-prose .alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px);
  margin-inline: auto;
}
.entry-content .alignfull,
.plasma-prose .alignfull {
  width: 100%;
  max-width: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--wp--preset--color--tertiary, #ecf9f5);
  border-radius: 0;
  background: var(--wp--preset--color--background, #fff);
  color: inherit;
}
input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=submit],
button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color--primary, #00a86b);
  border: 2px solid var(--wp--preset--color--background, #fff);
  border-radius: 0;
  color: var(--wp--preset--color--background, #fff);
  padding: var(--wp--preset--spacing--20, 0.56rem) var(--wp--preset--spacing--50, 1.69rem);
  text-decoration: none;
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:focus-visible,
button[type=submit]:hover,
button[type=submit]:focus-visible {
  background-color: var(--wp--preset--color--secondary, #007a52);
}
.plasma-skip-link,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.plasma-skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  overflow: visible;
  clip: auto;
  background: var(--wp--preset--color--primary, #00a86b);
  color: var(--wp--preset--color--background, #fff);
  border-radius: 0;
}
.plasma-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--wp--preset--color--tertiary, #ecf9f5);
  background: color-mix(in srgb, var(--wp--preset--color--background, #fff) 92%, transparent);
  backdrop-filter: blur(8px);
}
.plasma-site-header__inner {
  padding-block: 1rem;
}
.site-title a {
  text-decoration: none;
  color: inherit;
}
.site-logo img {
  max-height: 3rem;
  width: auto;
}
.plasma-site-footer {
  margin-block-start: 3rem;
  padding-block: 2rem;
  border-top: 1px solid var(--wp--preset--color--tertiary, #ecf9f5);
  background: var(--wp--preset--color--background, #fff);
}
.site-info a {
  color: var(--wp--preset--color--primary, #00a86b);
  text-decoration: underline;
}
.site-info__brand {
  font-weight: 600;
}
.plasma-site-main {
  padding-block: 2rem 3rem;
}
.plasma-layout-with-sidebar {
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .plasma-layout-with-sidebar {
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
  }
}
.plasma-layout-with-sidebar__content {
  min-width: 0;
}
.plasma-site-sidebar {
  position: sticky;
  top: 6rem;
}
.plasma-site-sidebar .widget + .widget {
  margin-block-start: 1rem;
}
.plasma-container {
  width: min(100% - 2rem, var(--wp--style--global--wide-size, 1200px));
  margin-inline: auto;
}
.plasma-stack {
  display: flex;
  flex-direction: column;
  gap: var(--plasma-stack-gap, 1rem);
}
.plasma-stack--sm {
  --plasma-stack-gap: 0.75rem;
}
.plasma-stack--md {
  --plasma-stack-gap: 1.25rem;
}
.plasma-stack--lg {
  --plasma-stack-gap: 2rem;
}
.plasma-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--plasma-cluster-gap, 1rem);
}
.plasma-cluster--between {
  justify-content: space-between;
}
.plasma-button,
.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: var(--wp--preset--spacing--20, 0.56rem) var(--wp--preset--spacing--50, 1.69rem);
  border: 2px solid var(--wp--preset--color--background, #fff);
  border-radius: 0;
  background: var(--wp--preset--color--primary, #00a86b);
  color: var(--wp--preset--color--background, #fff);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.plasma-button:hover, .plasma-button:focus-visible,
.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  background: var(--wp--preset--color--secondary, #007a52);
  border-color: var(--wp--preset--color--background, #fff);
  color: var(--wp--preset--color--background, #fff);
  text-decoration: none;
}
.plasma-button:active,
.button:active,
.wp-block-button__link:active {
  background: var(--wp--preset--color--background, #fff);
  color: var(--wp--preset--color--secondary, #007a52);
}
.plasma-button--ghost {
  background: transparent;
  border-color: var(--wp--preset--color--primary, #00a86b);
  color: var(--wp--preset--color--primary, #00a86b);
}
.plasma-button--ghost:hover, .plasma-button--ghost:focus-visible {
  background: var(--wp--preset--color--tertiary, #ecf9f5);
  color: var(--wp--preset--color--secondary, #007a52);
}
.plasma-card,
.entry:not(.entry-page) {
  padding: var(--wp--preset--spacing--40, 1.13rem);
  border: 1px solid var(--wp--preset--color--tertiary, #ecf9f5);
  border-radius: 0;
}
.plasma-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0;
}
.plasma-nav a {
  text-decoration: none;
  color: var(--wp--preset--color--foreground, #000);
}
.plasma-nav a:hover, .plasma-nav a:focus-visible {
  color: var(--wp--preset--color--primary, #00a86b);
  text-decoration: underline;
}
.plasma-nav--horizontal {
  align-items: center;
}
.plasma-nav--inline {
  justify-content: center;
}

/*# sourceMappingURL=global.css.map*/