/******* Do not edit this file *******
Code Snippets Manager
Saved: Jan 05 2026 | 16:07:42 */
@font-face {
  font-family: "GTReallySans";
  font-weight: 900;
  font-style: normal;
  src: url(/static/fonts/ReallySansLarge-Black.woff2) format("woff2");
  font-display: swap;
}
body {
  text-underline-offset: var(--text-underline-offset);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  accent-color: var(--accent-color-primary);
  caret-color: var(--accent-color-primary);
  font-variant-ligatures: contextual common-ligatures;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button-shadow, .wp-element-button, .button {
  box-shadow: var(--button-shadow);
}
.fuller {
  max-width: initial;
  margin-inline: auto;
}
.honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: var(--main-shadow);
  padding: 1rem;
}
.radius-xs, .radius-xs__form input, .radius-xs__form textarea {
  border-radius: var(--radius-xs);
}
.radius-s, .radius-s__form input, .radius-s__form textarea {
  border-radius: var(--radius-s);
}
.radius-m, .radius-m__form input, .radius-m__form textarea {
  border-radius: var(--radius-m);
}
.radius-l {
  border-radius: var(--radius-l);
}
.radius-xl {
  border-radius: var(--radius-xl);
}
.radius-full, .radius-full__form input, .radius-full__form textarea {
  border-radius: var(--radius-full);
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
.md-sticky {
  position: sticky !important;
  top: 0;
  z-index: 99;
}
.admin-bar .md-sticky {
  top: 32px;
}
.md-sticky-margin {
  position: sticky !important;
  top: var(--header-height);
  z-index: 99;
}
.admin-bar .md-sticky-margin {
  top: calc(var(--header-height) + 32px);
}
/* Headings and Text Styles */
.has-text-align-center, .headline, .subtitle, .text-balance {
  text-wrap: balance;
}
@media (max-width: 768px) {
  .menu .menu-toggle {
    background-color: transparent;
  }
}
@media (max-width: 400px) {
  .logo-text {
    display: none;
  }
}
/* Specific Adjustments */
.wp-block-rank-math-toc-block.alignright {
  max-width: calc(var(--wp--style--global--content-size) / 2);
  z-index: 999;
}
.tangible-toc-wrapper {
  max-width: 12.5rem;
  float: left;
  margin-right: 1.25rem;
  margin-left: -13.75rem;
  display: block;
}
.fw-900, .heading-font, h1, h2, h3 {
  font-weight: 900;
  letter-spacing: 0;
}
/* --------------------------------------------------------------------------
   Spacing Utilities
   -------------------------------------------------------------------------- */
.nopadding, .has-nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
/* --------------------------------------------------------------------------
   Border Utilities
   -------------------------------------------------------------------------- */
.no-border, .no-border * {
  border: 0;
  box-shadow: none;
}
.has-border {
  border: 1px solid var(--wp--preset--color--bordered);
}
.has-border-bottom {
  border-bottom: 1px solid var(--wp--preset--color--bordered);
}
.border-radius {
  border-radius: var(--radius-xs);
}
.border-radius-10, mark {
  border-radius: var(--radius-m);
}
.transparent-header .header {
  background-color: transparent;
  margin-bottom: -80px;
  border-bottom: 0;
}
.dark-header .logo-text {
  color: var(--wp--preset--color--white);
}
.menu-item-desc {
  display: none;
}
.sub-menu .menu-item {
  border-bottom: 1px solid var(--wp--preset--color--bordered);
}
.sub-menu {
  font-weight: 400;
}
.header a, .footer a {
  text-decoration: none;
}
/* Connection-aware styles */
.reduce-motion *, .reduce-motion *::before, .reduce-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}
.connection-slow .gsap-animated, .connection-save-data .gsap-animated {
  opacity: 1 !important;
  transform: none !important;
}
/* Skip fancy hovers on slow connections */
.connection-slow .card:hover, .connection-save-data .card:hover {
  transform: none;
  box-shadow: none;
}
/* Respect user's OS-level preference too */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
