/*
 * Shared foundation for Buckland's public-facing pages.
 * Page styles own their layouts; this file owns the visual family they share.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Roboto+Slab:wght@400;600;700&display=swap");

:root {
  --buckland-canvas: #f4efe7;
  --buckland-paper: #fffdf9;
  --buckland-paper-soft: #faf6ef;
  --buckland-ink: #252522;
  --buckland-muted: #706c65;
  --buckland-line: #ddd5ca;
  --buckland-navy: #26343a;
  --buckland-coral: #ed6f62;
  --buckland-coral-strong: #b94d44;
  --buckland-coral-deep: #8c3d36;
  --buckland-coral-soft: #f7ddd6;
  --buckland-sage: #738879;
  --buckland-sage-strong: #546f5c;
  --buckland-sage-soft: #e3ebe4;
  --buckland-focus: #1a6d9d;
  --buckland-font-sans: "Open Sans", Arial, sans-serif;
  --buckland-font-display: "Roboto Slab", Georgia, serif;
  --buckland-brand-name-size: 1.1rem;
  --buckland-brand-name-weight: 700;
  --buckland-brand-name-line-height: 1.1;
  --buckland-brand-name-tracking: -.035em;
  --buckland-brand-tagline-size: .75rem;
  --buckland-brand-tagline-weight: 700;
  --buckland-brand-tagline-line-height: 1.35;
  --buckland-brand-tagline-tracking: .015em;
  --buckland-brand-gap: .34rem;
  --buckland-content-width: 1200px;
  --buckland-header-width: 1320px;
  --buckland-header-height: 5.25rem;
  --buckland-control-radius: .75rem;
  --buckland-card-radius: 1.125rem;
  --buckland-shadow: 0 1.5rem 3.75rem rgba(37, 37, 34, .13);
}
