@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    max-width: 600px;
    margin: 8rem auto;
    padding: 0 1rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    background: #F7F4EF;
    color: #1F2933;
    font-size: 16px;
    text-transform: lowercase;
}

h1, h2 { letter-spacing: 0.02em; }
h3, h4 { letter-spacing: 0.01em; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline solid; }
hr { border: none; border-top: 1px solid #ccc; margin: 2rem 0; }
