/* Палитра сайта «gramota». Файл собирается из target.js —
   правьте там, здесь изменения затрутся следующей сборкой. */
:root {
    --bg: #14151a;
    --bg-soft: #1b1d24;
    --card: #22242c;
    --card-hi: #2b2e38;
    --border: #383c48;
    --text: #f4f1ea;
    --text-dim: #d3cec2;
    --text-muted: #98948a;
    --gold: #e9d8a6;
    --gold-dim: #b8a276;
    --gold-glow: rgba(233, 216, 166, 0.38);
    --cyan: #83c5be;
    --violet: #b6a6e0;
    --loss: #e07a5f;
    --radius: 12px;
    --font-display: Georgia, 'Iowan Old Style', 'Times New Roman', serif;
}
