/* ==========================================================
   Dusanglobal Design System
   Typography
   ========================================================== */

/* Base */

html {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--dg-dark);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: var(--fs-body);
    font-weight: var(--fw-regular);
    background: var(--dg-white);
    color: var(--dg-dark);
}

/* Headings */

h1,
.h1 {
    font-size: var(--fs-h1);
    font-weight: var(--fw-bold);
    line-height: 1.1;
    letter-spacing: -0.04em;
}

h2,
.h2 {
    font-size: var(--fs-h2);
    font-weight: var(--fw-bold);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

h3,
.h3 {
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    line-height: 1.2;
}

.display {
    font-size: var(--fs-display);
    font-weight: var(--fw-bold);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

/* Body */

.body-lg {
    font-size: 1.25rem;
    line-height: 1.8;
}

.body {
    font-size: var(--fs-body);
}

.small {
    font-size: var(--fs-small);
}