/* Explain: Portfolio theme tokens for color, type, radius, and shadow */
:root {
    --near-black: #111111;
    --warm-ivory: #F4EFE7;
    --stone-grey: #8A867D;
    --bronze-color: #A66A3F;
    --muted-clay: #C2A18A;
    --primary-color: #A66A3F;
    --primary-hover: #8d5531;
    --secondary-color: #8A867D;
    --accent-color: #C2A18A;
    --background-color: #F4EFE7;
    --surface-color: #ebe2d6;
    --text-color: #111111;
    --text-muted: #5f5a52;
    --border-color: rgba(17, 17, 17, 0.14);
    --header-bg: rgba(17, 17, 17, 0.78);
    --header-border: rgba(244, 239, 231, 0.12);
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --radius-large: 2rem;
    --shadow-soft: 0 28px 80px rgba(17, 17, 17, 0.16);
}
