:root {
  --aufp-color-ink: #2c1711;
  --aufp-color-text: #49332f;
  --aufp-color-text-soft: #70625c;
  --aufp-color-text-inverse: rgba(255, 255, 255, 0.82);
  --aufp-color-primary: #7a3535;
  --aufp-color-primary-deep: #3d0101;
  --aufp-color-link: #5b1717;
  --aufp-color-link-hover: #250000;
  --aufp-color-gold: #7a3535;
  --aufp-color-gold-soft: #f6ecec;
  --aufp-color-surface: #ffffff;
  --aufp-color-surface-alt: #ffffff;
  --aufp-color-surface-deep: #ffffff;
  --aufp-color-surface-panel: #ffffff;
  --aufp-color-border: rgba(61, 1, 1, 0.12);
  --aufp-color-border-strong: rgba(61, 1, 1, 0.24);
  --aufp-shadow-sm: 0 18px 40px rgba(61, 1, 1, 0.06);
  --aufp-shadow-md: 0 28px 72px rgba(61, 1, 1, 0.09);
  --aufp-shadow-lg: 0 40px 96px rgba(61, 1, 1, 0.12);
  --aufp-radius-sm: 0;
  --aufp-radius-md: 0;
  --aufp-radius-lg: 0;
  --aufp-shell-width: min(1240px, calc(100vw - 3rem));
  --aufp-font-body: "Noto Sans Myanmar", "Myanmar Text", "Pyidaungsu", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --aufp-font-heading: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans Myanmar", "Myanmar Text", sans-serif;
  --aufp-transition: 220ms cubic-bezier(0.2, 0.65, 0.3, 1);
  --aufp-transition-header: 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--aufp-color-text);
  background: #ffffff;
  font-family: var(--aufp-font-body);
  font-size: 1rem;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
}

body.aufp-is-burmese {
  line-height: 2.18;
}

body.aufp-is-burmese p,
body.aufp-is-burmese li,
body.aufp-is-burmese td,
body.aufp-is-burmese th,
body.aufp-is-burmese label,
body.aufp-is-burmese figcaption,
body.aufp-is-burmese blockquote {
  line-height: 2.08;
}

body.aufp-is-english {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Noto Sans Myanmar", sans-serif;
  line-height: 1.72;
}

body.has-open-nav {
  overflow: hidden;
}

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

a {
  color: var(--aufp-color-link);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--aufp-color-link-hover);
}

button,
input,
select,
textarea {
  font: inherit;
  border-radius: 0 !important;
}

button {
  cursor: pointer;
}

.aufp-notice-strip *,
.aufp-site-header *,
.aufp-site-main *,
.aufp-site-footer * {
  border-radius: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.75rem;
  color: var(--aufp-color-ink);
  font-family: var(--aufp-font-heading);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

body.aufp-is-burmese h1,
body.aufp-is-burmese h2,
body.aufp-is-burmese h3,
body.aufp-is-burmese h4,
body.aufp-is-burmese h5,
body.aufp-is-burmese h6 {
  line-height: 1.5;
  letter-spacing: 0;
}

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25rem;
}

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

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 1rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--aufp-color-primary);
  z-index: 1000;
}

::selection {
  color: #fff;
  background: var(--aufp-color-primary);
}

@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;
    scroll-behavior: auto !important;
  }
}
