/*
 Theme Name:   Chozi (GeneratePress Child)
 Template:     generatepress
 Description:  Chozi-branded child theme for blog.chozi.com
 Version:      1.0.0
*/

:root {
    --chozi-primary: #0b3d2e;
    --chozi-accent: #d4a94c;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

a,
.site-title a {
    color: var(--chozi-primary);
}

.main-navigation a:hover,
.entry-title a:hover {
    color: var(--chozi-accent);
}
