/*
Theme Name: Stein by Design Editable
Theme URI: https://example.com/
Author: OpenAI
Description: Editable full-site WordPress block theme for Stein by Design.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: stein-by-design-editable
*/

:root{
  --sbd-ivory:#F4EFE6;
  --sbd-paper:#E6DCCB;
  --sbd-beige:#D8CFC0;
  --sbd-taupe:#B8ADA0;
  --sbd-charcoal:#202322;
  --sbd-slate:#1F3638;
  --sbd-plum:#7B5C78;
  --sbd-deep-plum:#5E455C;
  --sbd-lavender:#B9AFBD;
  --sbd-eucalyptus:#7F9B8E;
  --sbd-brass:#B08A4A;
}
html{scroll-behavior:smooth}
body{background:var(--sbd-ivory)}
a{text-underline-offset:3px}
.sbd-shadow{box-shadow:0 8px 24px rgba(31,54,56,.08)}
.sbd-card{border:1px solid rgba(184,173,160,.55)}
.sbd-hero{min-height:560px}
.sbd-hero-image img{width:100%;height:100%;min-height:560px;object-fit:cover}
.sbd-resource img,.sbd-blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.sbd-resource img{aspect-ratio:4/5}
.sbd-script{font-family:"Caveat",cursive!important}
.sbd-uppercase{letter-spacing:.12em;text-transform:uppercase}
.sbd-divider{width:9rem;border-top:1px solid var(--sbd-brass);margin:1.25rem 0}
@media(max-width:781px){
  .sbd-hero{min-height:auto}
  .sbd-hero-image img{min-height:340px}
}
