﻿:root {
    --rt-bg: #071532;
    --rt-surface: #fff7df;
    --rt-surface-strong: #ffffff;
    --rt-ink: #08152f;
    --rt-muted: #607088;
    --rt-line: rgba(8, 21, 47, 0.16);
    --rt-accent: #d6a43a;
    --rt-accent-ink: #ffffff;
    --rt-radius: 14px;
    --rt-radius-sm: 8px;
    --rt-shadow: 0 16px 40px rgba(54, 38, 22, 0.10);
    --rt-shadow-soft: 0 8px 24px rgba(54, 38, 22, 0.08);
    --rt-font-body: "Noto Sans Georgian", "Noto Sans", sans-serif;
    --rt-font-display: "Noto Sans Georgian", "Noto Sans", sans-serif;
}
