:root{
    --font-heading: "Cormorant Garamond", serif;
    --font-body: "Inter", sans-serif;
}

body{
    font-family:var(--font-body);
    font-weight:400;
    color:#334155;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

h1,h2,h3,h4,h5,h6{
    font-family:var(--font-heading);
    font-weight:600;
    letter-spacing:-0.02em;
    color:#bfdbfe;
}