/*
Theme Name: Ozen
Theme URI: https://example.com/ozen
Author: Ozen
Author URI: https://example.com
Description: WordPress content model and API theme for the Ozen Next.js front end.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: ozen
*/

:root {
  --ozen-ink: #252321;
  --ozen-paper: #faf8f3;
  --ozen-clay: #7a2e2a;
  --ozen-gold: #b89b5e;
}

body {
  margin: 0;
  background: var(--ozen-paper);
  color: var(--ozen-ink);
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: var(--ozen-clay);
}

.site-shell {
  margin: 0 auto;
  max-width: 980px;
  padding: 48px 24px;
}

.site-header,
.site-footer {
  border-color: rgba(37, 35, 33, 0.14);
  border-style: solid;
}

.site-header {
  border-width: 0 0 1px;
}

.site-footer {
  border-width: 1px 0 0;
}

.site-title {
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 0.95;
}

.entry-content {
  font-size: 1.125rem;
  line-height: 1.75;
}
