/*
 * SNNOLA - Fuentes de Marca
 * Cambon + Futura LT
 */

/* ===================================
   CAMBON FONT FAMILY
   ================================== */

/* Cambon ExtraLight (200) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Cambon ExtraLight Italic (200) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Cambon Light (300) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Cambon Light Italic (300) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Cambon Regular (400) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Cambon Italic (400) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Cambon Medium (500) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Cambon SemiBold (600) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Cambon Bold (700) */
@font-face {
    font-family: 'Cambon';
    src: url('../fonts/Cambon/Cambon-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* ===================================
   FUTURA LT FONT FAMILY
   ================================== */

/* Futura LT Light (300) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Futura LT Light Oblique (300) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Futura LT Book (350-400) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-Book.woff') format('woff');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
}

/* Futura LT Book Oblique (350-400) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-BookOblique.woff') format('woff');
    font-weight: 350;
    font-style: italic;
    font-display: swap;
}

/* Futura LT Regular (400) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Futura LT Oblique (400) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-Oblique.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Futura LT Bold (700) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Futura LT Bold Oblique (700) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-BoldOblique.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Futura LT Heavy (800-900) */
@font-face {
    font-family: 'Futura LT';
    src: url('../fonts/FuturaLT/FuturaLT-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Futura LT Condensed (variantes) */
@font-face {
    font-family: 'Futura LT Condensed';
    src: url('../fonts/FuturaLT/FuturaLT-Condensed.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT Condensed';
    src: url('../fonts/FuturaLT/FuturaLT-CondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT Condensed';
    src: url('../fonts/FuturaLT/FuturaLT-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura LT Condensed';
    src: url('../fonts/FuturaLT/FuturaLT-CondensedExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}