/**
 * Typewriter Skin
 * Off-white paper, serif typography, warm editorial feel. Great for cultural institutions, publishing, journalism, academia.
 *
 * Generated by compile-skin.js — edit sites/example-realestate/STYLE.md instead.
 */

:root {
  /* Palette */
  --color-primary: #8b4513;
  --color-primary-dark: #6b3410;
  --color-primary-light: #fdf0e0;
  --color-secondary: #4a3728;
  --color-text: #1c1208;
  --color-text-muted: #6b5344;
  --color-background: #faf6ef;
  --color-background-alt: #f2ebe0;
  --color-border: #d9ccb8;
  --color-error: #8b1a1a;
  --color-success: #3a6b35;

  /* Typography */
  --font-family: Georgia, 'Times New Roman', 'Palatino Linotype', serif;
  --line-height: 1.75;
  --line-height-tight: 1.3;

  /* Shape */
  --border-radius: 2px;
  --border-radius-lg: 3px;
}

/* Extra */
.btn-primary,
.btn-secondary {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 600;
}

.site-header {
  border-bottom: 1px solid var(--color-border);
  box-shadow: none;
}

.highlights__card,
.videos__card {
  box-shadow: none;
  border: 1px solid var(--color-border);
}
