/**
 * Inter Font Family
 * Aller Font Family
 * Custom Fonts for BV24 Theme
 */

/* ===== ALLER FONTS ===== */

/* Aller Light */
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller/Aller_Std_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Aller Light Italic */
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller/Aller_Std_LtIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Aller Regular */
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller/Aller_Std_Rg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Aller Italic */
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller/Aller_Std_It.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Aller Bold */
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller/Aller_Std_Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Aller Bold Italic */
@font-face {
    font-family: 'Aller';
    src: url('../fonts/aller/Aller_Std_BdIt.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Aller Display */
@font-face {
    font-family: 'Aller Display';
    src: url('../fonts/aller/AllerDisplay_Std_Rg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ===== INTER FONTS ===== */

/* Inter Thin */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Inter Thin Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Inter ExtraLight */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Inter ExtraLight Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Inter Light */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Inter Light Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Inter Regular */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Inter Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Inter Medium */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Inter Medium Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Inter SemiBold */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inter SemiBold Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Inter Bold */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Inter Bold Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Inter ExtraBold */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Inter ExtraBold Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Inter Black */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Inter Black Italic */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/Inter_18pt-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Apply Inter as default font */
body,
html,
button,
input,
select,
textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
