/* ================= RESET & DASAR ================= */
body {
    background-color: var(--bg-main);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    padding-top: 50px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

main {
    font-family: var(--font-body);
    color: var(--text-main);
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    font-family: var(--font-heading);
    color: var(--primary);
}