/**
 * Gambetta Font Family - Complete
 */

/* Gambetta Variable Font (Best Option - Single file for all weights) */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Variable.woff2') format('woff2-variations');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* Gambetta Variable Italic */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-VariableItalic.woff2') format('woff2-variations');
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}

/* Static Fonts (Fallback for older browsers) */

/* Gambetta Light - 300 */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Gambetta Regular - 400 */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Gambetta Medium - 500 (Used in Hero Section) */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Gambetta Semibold - 600 */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-SemiboldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Gambetta Bold - 700 */
@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gambetta';
    src: url('Gambetta-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
