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

@font-face {
    font-family: 'Jost';
    src: url(../fonts/Jost-Regular.woff2) format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Italic.woff2') format('woff2'),
        url('../fonts/Jost-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Jost-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBoldItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-ExtraBold.woff2') format('woff2'),
        url('../fonts/Jost-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}







/*** font-family: 'Arial Regular'; ***/

@font-face {
    font-family: 'Arial Regular';
    font-family: "Arial", Sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local('Arial Regular'), url('../fonts/Arial.woff') format('woff');
}
@font-face {
    font-family: 'Arial Regular';
    font-style: Italic;
    font-weight: 400;
    src: local('Arial Italic'), url('../fonts/Arial-Itl.woff') format('woff');
}

@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: 600;
    src: local('Arial Medium'), url('../fonts/Arial-Mdm.woff') format('woff');
}  
@font-face {
    font-family: 'Arial Regular';
    font-style: Italic;
    font-weight: 600;
    src: local('Arial Medium Italic'), url('../fonts/Arial-Mdm-Itl.woff') format('woff');
}

@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: 700;
    src: local('Arial Bold'), url('../fonts/Arial-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Arial Regular';
    font-style: Italic;
    font-weight: 700;
    src: local('Arial Bold Italic'), url('../fonts/Arial-Bold-Itl.woff') format('woff');
}

@font-face {
    font-family: 'Arial Regular';
    font-style: normal;
    font-weight: 800;
    src: local('Arial Black'), url('../fonts/Arial-Black.woff') format('woff');
}
@font-face {
    font-family: 'Arial Regular';
    font-style: Italic;
    font-weight: 800;
    src: local('Arial Black Italic'), url('../fonts/Arial-Black-Itl.woff') format('woff');
}








