@font-face {
    font-family: 'SF Pro Display Bold';
    src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.SF_Pro_Display{
    font-family: 'SF Pro Display Bold';
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.SF_Pro_Display {
    font-family: 'SF Pro Display';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.SF_Pro_Text {
    font-family: 'SF Pro Text';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Maxi CG Demi';
    src: url('../fonts/Outfit-Medium.woff2') format('woff2');
        /* url('../fonts/FuturaMaxiCGDemi.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.Futura_Maxi_CG_Demi {
    font-family: 'Futura Maxi CG Demi';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/EuclidCircularA-SemiBold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.Euclid_Circular_A {
    font-family: 'Euclid Circular A';
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display Medium';
    src: url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.SF_Pro_Display_Medium {
    font-family: 'SF Pro Display Medium';
    font-weight: 500;
    font-style: normal;
}