/* Font family global */
:root {
    --ff-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
body {
    font-family: var(--ff-sans);
    font-weight: 400;
    line-height: 1.5;
}

/* ====== Kompatibilitas kelas lama ====== */
.onest-bold,
.be-vietnam-pro-black {
    font-family: var(--ff-sans);
    font-weight: 900;
    font-style: normal;
}
.onest-semibold,
.be-vietnam-pro-bold {
    font-family: var(--ff-sans);
    font-weight: 700;
    font-style: normal;
}
.onest-normal,
.be-vietnam-pro-regular {
    font-family: var(--ff-sans);
    font-weight: 400;
    font-style: normal;
}
.be-vietnam-pro-light {
    font-family: var(--ff-sans);
    font-weight: 300;
    font-style: normal;
}
.be-vietnam-pro-medium {
    font-family: var(--ff-sans);
    font-weight: 500;
    font-style: normal;
}
.be-vietnam-pro-semibold {
    font-family: var(--ff-sans);
    font-weight: 600;
    font-style: normal;
}
.be-vietnam-pro-extrabold {
    font-family: var(--ff-sans);
    font-weight: 800;
    font-style: normal;
}
.be-vietnam-pro-thin {
    font-family: var(--ff-sans);
    font-weight: 100;
    font-style: normal;
}
.be-vietnam-pro-extralight {
    font-family: var(--ff-sans);
    font-weight: 200;
    font-style: normal;
}
.figtree-navbar {
    font-family: var(--ff-sans);
    font-weight: 400;
    font-style: normal;
}

/* Italic mapping */
.be-vietnam-pro-light-italic {
    font-family: var(--ff-sans);
    font-weight: 300;
    font-style: italic;
}
.be-vietnam-pro-regular-italic {
    font-family: var(--ff-sans);
    font-weight: 400;
    font-style: italic;
}
.be-vietnam-pro-medium-italic {
    font-family: var(--ff-sans);
    font-weight: 500;
    font-style: italic;
}
.be-vietnam-pro-semibold-italic {
    font-family: var(--ff-sans);
    font-weight: 600;
    font-style: italic;
}
.be-vietnam-pro-bold-italic {
    font-family: var(--ff-sans);
    font-weight: 700;
    font-style: italic;
}
.be-vietnam-pro-black-italic {
    font-family: var(--ff-sans);
    font-weight: 900;
    font-style: italic;
}

/* ====== Utilities font weight modern ====== */
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-900 {
    font-weight: 900;
}
.italic {
    font-style: italic;
}

/* ====== Utilities ukuran ====== */
.size-14 {
    font-size: 14px;
}
.size-16 {
    font-size: 16px;
}
.size-18 {
    font-size: 18px;
}
.size-20 {
    font-size: 16px;
}
.size-22 {
    font-size: 18px;
}
.size-24 {
    font-size: 20px;
}
.size-30 {
    font-size: 20px;
}
.size-32 {
    font-size: 32px;
}
.size-36 {
    font-size: 36px;
}
.size-38 {
    font-size: 38px;
}
.size-title {
    font-size: 40px;
}
.size-62 {
    font-size: 55px;
}
.size-70 {
    font-size: 70px;
}
.size-72 {
    font-size: 72px;
}
.size-80 {
    font-size: 70px;
}
.size-headline {
    font-size: 38px;
}

.text-color-content {
    color: #d5d1f4;
}

/* ====== Responsive tweak ====== */
@media (max-width: 1024px) {
    .be-vietnam-pro-regular,
    .be-vietnam-pro-light {
        font-size: 14px;
    }
    .onest-semibold {
        font-size: 22px;
    }
}
