@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

html {
  width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  font-family: 'Aptos', Calibri, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  color: #2d2d2d;
}

#root {
  width: 100%;
  min-height: 100%;
}

.container {
  width: 100%;
  max-width: min(100%, 1600px);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 1600px;
  }
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

.custom-logo-link,
.custom-logo-link img {
  display: block;
  height: 100%;
  width: auto;
}

.mwm-entry-content > * + * {
  margin-top: 1.25rem;
}

.mwm-entry-content h2,
.mwm-entry-content h3,
.mwm-entry-content h4 {
  color: #2d2d2d;
  font-weight: 700;
  line-height: 1.2;
}

.mwm-entry-content h2 {
  font-size: 1.875rem;
}

.mwm-entry-content h3 {
  font-size: 1.5rem;
}

.mwm-entry-content p,
.mwm-entry-content li,
.mwm-entry-content blockquote {
  color: #57534e;
  font-size: 1rem;
  line-height: 1.8;
}

.mwm-entry-content ul,
.mwm-entry-content ol {
  padding-left: 1.25rem;
}

.mwm-entry-content a {
  color: #f08a00;
  font-weight: 600;
  text-decoration: none;
}

.mwm-entry-content a:hover {
  text-decoration: underline;
}

.mwm-entry-content figure {
  margin: 2rem 0;
}

.mwm-entry-content blockquote {
  border-left: 4px solid #f08a00;
  margin: 2rem 0;
  padding-left: 1rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.nav-links .page-numbers {
  display: inline-flex;
  min-height: 2.75rem;
  min-width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(240, 138, 0, 0.2);
  padding: 0.5rem 1rem;
  color: #f08a00;
  font-weight: 700;
  text-decoration: none;
}

.nav-links .current {
  background: #f08a00;
  color: #ffffff;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.mwm-announcement-hidden [data-announcement="true"] {
  display: none;
}

body.mwm-announcement-hidden [data-main-header] {
  top: 0;
}

body.mwm-mobile-menu-open {
  overflow: hidden;
}

[data-mobile-menu] {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

body.mwm-announcement-hidden [data-mobile-menu] {
  top: 0;
}

body.admin-bar {
  --mwm-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
  body.admin-bar {
    --mwm-admin-bar-offset: 46px;
  }
}

body.admin-bar [data-announcement="true"],
body.admin-bar [data-announcement-bar="true"] {
  top: var(--mwm-admin-bar-offset);
}

body.admin-bar [data-main-header] {
  top: calc(var(--mwm-admin-bar-offset) + 2.5rem);
}

body.admin-bar.mwm-announcement-hidden [data-main-header] {
  top: var(--mwm-admin-bar-offset);
}

body.admin-bar [data-mobile-menu] {
  top: calc(var(--mwm-admin-bar-offset) + 2.5rem);
}

body.admin-bar.mwm-announcement-hidden [data-mobile-menu] {
  top: var(--mwm-admin-bar-offset);
}

body.admin-bar [data-main-nav="true"].top-10 {
  top: calc(var(--mwm-admin-bar-offset) + 2.5rem) !important;
}

body.admin-bar [data-main-nav="true"].top-0 {
  top: var(--mwm-admin-bar-offset) !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
