/*
Theme Name: Dealsmaster Editorial
Theme URI: https://dealsmaster.blog
Author: Dealsmaster
Description: A content-first editorial theme for useful, stylish home guidance.
Version: 4.2.3
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: dealsmaster-editorial
*/

:root {
  --dm-paper: #f6f1e8;
  --dm-white: #fcf8f1;
  --dm-ink: #201d18;
  --dm-muted: #5d574f;
  --dm-line: #d8d0c4;
  --dm-soft: #eae1d4;
  --dm-rust: #7e3022;
  --dm-forest: #24372e;
  --dm-gold: #b38a4d;
  --dm-butter: #d9b65a;
  --dm-coral: #c66349;
  --dm-blush: #e4ccc2;
  --dm-blue: #657693;
  --dm-cream: #efe5d5;
  --dm-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --dm-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dm-shell: min(1280px, calc(100% - 64px));
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: var(--dm-paper);
  background-image: url("assets/images/texture-eggshell-v1.webp");
  background-size: 640px 640px;
  background-blend-mode: soft-light;
  color: var(--dm-ink);
  font-family: var(--dm-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { text-underline-offset: 0.2em; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--dm-ink);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(252,248,241,0.96);
}

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

@media (max-width: 782px) {
  :root { --dm-shell: min(100% - 32px, 1280px); }
}

@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;
  }
}
