/* ==============================================
   TYPOGRAPHY
   ============================================== */

* {
    font-family: var(--font-primary, "Inter", sans-serif);
}

body {
    font-family: var(--font-primary, "Inter", sans-serif);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-primary-text);
    line-height: 1.2;
}

p {
    line-height: 1.5;
}
