/* Палитра сайта «history». Файл собирается из target.js —
   правьте там, здесь изменения затрутся следующей сборкой. */
:root {
    --bg: #15120d;
    --bg-soft: #1d1913;
    --card: #262018;
    --card-hi: #332b21;
    --border: #43392c;
    --text: #f3ece0;
    --text-dim: #d6c9b4;
    --text-muted: #9c8f7b;
    --gold: #d9a441;
    --gold-dim: #a87c2a;
    --gold-glow: rgba(217, 164, 65, 0.4);
    --cyan: #6fae8f;
    --violet: #c08a6a;
    --loss: #c9553d;
    --radius: 14px;
    --font-display: 'Iowan Old Style', Georgia, 'Times New Roman', serif;
}
