/*
Theme Name: GoldKing Stone
Description: Original B2B block theme for Xiamen GoldKing Building Materials Co., Ltd.
Version: 1.0.0
Requires at least: 7.0
Requires PHP: 8.3
Text Domain: goldking-stone
*/

:root {
  --gk-deep-green: #061B15;
  --gk-oxblood: #6C1D22;
  --gk-gallery-black: #080908;
  --gk-antique-gold: #CAA75E;
  --gk-warm-ivory: #F4F0E5;
}

html {
  background: var(--gk-deep-green);
}

body {
  min-height: 100vh;
  background: var(--gk-deep-green);
  color: var(--gk-warm-ivory);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 2px solid var(--gk-antique-gold);
  outline-offset: 4px;
}
