﻿/* ===== FUENTE INTER ===== */

/* Inter Light */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter/Inter_18pt-Light.ttf') format('truetype');
}

/* Inter Regular */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
}

/* Inter Medium */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter/Inter_18pt-Medium.ttf') format('truetype');
}

/* Inter SemiBold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
}

/* Inter Bold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter/Inter_18pt-Bold.ttf') format('truetype');
}

/* Inter ExtraBold */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter/Inter_18pt-ExtraBold.ttf') format('truetype');
}

/* Inter Black */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter/Inter_18pt-Black.ttf') format('truetype');
}

/* Inter Italic */
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/inter/Inter_18pt-Italic.ttf') format('truetype');
}

/* ===== FUENTE ZAIN ===== */

/* Zain Light */
@font-face {
    font-display: swap;
    font-family: 'Zain';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/zain/Zain-Light.ttf') format('truetype');
}

/* Zain Regular */
@font-face {
    font-display: swap;
    font-family: 'Zain';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/zain/Zain-Regular.ttf') format('truetype');
}

/* Zain Bold */
@font-face {
    font-display: swap;
    font-family: 'Zain';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/zain/Zain-Bold.ttf') format('truetype');
}

/* ===== CLASES AUXILIARES ===== */

.inter-light {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.inter-regular {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.inter-medium {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.inter-semibold {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.inter-bold {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.inter-extrabold {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

.inter-black {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
}

.zain-light {
    font-family: 'Zain', sans-serif;
    font-weight: 300;
}

.zain-regular {
    font-family: 'Zain', sans-serif;
    font-weight: 400;
}

.zain-bold {
    font-family: 'Zain', sans-serif;
    font-weight: 700;
}
