/*
Theme Name: LongWang Stone
Theme URI: https://chunyustone.com/
Description: Native block theme for the ChunYu Stone international B2B website.
Author: LongWang Stone
Version: 2.1.0
Text Domain: longwang-stone
Requires at least: 7.0
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --lw-color-ink: #172018;
  --lw-color-forest: #253a2b;
  --lw-color-sage: #778778;
  --lw-color-limestone: #e9e4da;
  --lw-color-sand: #c7b99f;
  --lw-color-white: #ffffff;
  --lw-content-width: 1200px;
  --lw-focus-ring: 3px solid #c7b99f;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--lw-color-ink);
  background: var(--lw-color-white);
  text-rendering: optimizeLegibility;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: var(--lw-focus-ring);
  outline-offset: 3px;
}

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

.lw-site-fallback {
  width: min(100% - 2rem, var(--lw-content-width));
  margin-inline: auto;
  padding-block: clamp(3rem, 8vw, 7rem);
}

.lw-site-fallback a {
  color: var(--lw-color-forest);
  text-underline-offset: 0.2em;
}

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

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