/* Gambetta Font Family */

/* Gambetta Light */
@font-face {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Gambetta-Light.woff2) format("woff2"),
         url(../fonts/Gambetta-Light.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Gambetta-LightItalic.woff2) format("woff2"),
         url(../fonts/Gambetta-LightItalic.woff) format("woff");
    font-display: swap;
}

/* Gambetta Regular */
@font-face {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gambetta-Regular.woff2) format("woff2"),
         url(../fonts/Gambetta-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Gambetta-Italic.woff2) format("woff2"),
         url(../fonts/Gambetta-Italic.woff) format("woff");
    font-display: swap;
}

/* Gambetta Medium */
@font-face {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gambetta-Medium.woff2) format("woff2"),
         url(../fonts/Gambetta-Medium.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Gambetta-MediumItalic.woff2) format("woff2"),
         url(../fonts/Gambetta-MediumItalic.woff) format("woff");
    font-display: swap;
}

/* Gambetta Semibold */
@font-face {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Gambetta-Semibold.woff2) format("woff2"),
         url(../fonts/Gambetta-Semibold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Gambetta-SemiboldItalic.woff2) format("woff2"),
         url(../fonts/Gambetta-SemiboldItalic.woff) format("woff");
    font-display: swap;
}

/* Gambetta Bold */
@font-face {
    font-family: 'Gambetta';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Gambetta-Bold.woff2) format("woff2"),
         url(../fonts/Gambetta-Bold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Gambetta-BoldItalic.woff2) format("woff2"),
         url(../fonts/Gambetta-BoldItalic.woff) format("woff");
    font-display: swap;
}

/* Gambetta Variable (opcional - para navegadores modernos que soporten variable fonts) */
@font-face {
    font-family: 'Gambetta Variable';
    font-style: normal;
    font-weight: 300 700;
    src: url(../fonts/Gambetta-Variable.woff2) format("woff2-variations"),
         url(../fonts/Gambetta-Variable.woff) format("woff-variations");
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta Variable';
    font-style: italic;
    font-weight: 300 700;
    src: url(../fonts/Gambetta-VariableItalic.woff2) format("woff2-variations"),
         url(../fonts/Gambetta-VariableItalic.woff) format("woff-variations");
    font-display: swap;
}
