:root {
    --ink: #504f46;
    --muted: #68665f;
    --paper: #e5e3dd;
    --paper-light: #f4f3ef;
    --clay: #8bc34a;
    --clay-dark: #7eb73d;
    --olive: #504f46;
    --line: rgba(55, 53, 48, .18);
    --radius: .5rem;
    --transition: .3s ease;
}
