/* ==========================================================
   FORCIEE DESIGN SYSTEM
   Tipografía Arlon
========================================================== */

/* ---------- THIN ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-Arlon-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ---------- ULTRALIGHT ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-Arlon-UltraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ---------- LIGHT ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-Arlon-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ---------- REGULAR ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-arlon-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ---------- MEDIUM ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-arlon-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ---------- SEMIBOLD ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-Arlon-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ---------- BOLD ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-arlon-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ---------- ULTRABOLD ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-Arlon-UltraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ---------- BLACK ---------- */

@font-face {
    font-family: "Arlon";
    src: url("../fonts/arlon/FontsFree-Net-Arlon-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
