/*
Theme Name: ReviewFabric
Theme URI: https://reviewfabric.local
Author: ReviewFabric
Description: Lightweight WordPress theme for affiliate review publishing.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.1
Text Domain: reviewfabric
*/

:root {
    --rf-text: #172033;
    --rf-bg: #f7f4ed;
    --rf-accent: #aa3d1f;
    --rf-muted: #6c6a62;
}

body {
    margin: 0;
    color: var(--rf-text);
    background: var(--rf-bg);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.6;
}

a {
    color: var(--rf-accent);
}

.rf-site-shell {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 20px 72px;
}

.rf-eyebrow {
    margin-bottom: 12px;
    color: var(--rf-muted);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
