@font-face {
    font-family: 'Futura New';
font-display: swap;
    src: local('./../fonts/Futura New Demi Reg'), local('./../fonts/Futura-New-Demi-Reg'),
        url('./../fonts/FuturaNewDemi-Reg.woff2') format('woff2'),
        url('./../fonts/FuturaNewDemi-Reg.woff') format('woff'),
        url('./../fonts/FuturaNewDemi-Reg.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Futura New';
font-display: swap;
    src: local('./../fonts/Futura New Medium Reg'), local('./../fonts/Futura-New-Medium-Reg'),
        url('./../fonts/FuturaNewMedium-Reg.woff2') format('woff2'),
        url('./../fonts/FuturaNewMedium-Reg.woff') format('woff'),
        url('./../fonts/FuturaNewMedium-Reg.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Futura New';
font-display: swap;
    src: local('./../fonts/Futura New Book Reg'), local('./../fonts/Futura-New-Book-Reg'),
        url('./../fonts/FuturaNewBook-Reg.woff2') format('woff2'),
        url('./../fonts/FuturaNewBook-Reg.woff') format('woff'),
        url('./../fonts/FuturaNewBook-Reg.ttf') format('truetype');
        font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Futura New';
font-display: swap;
    src: local('./../fonts/Futura New Light Reg'), local('./../fonts/Futura-New-Light-Reg'),
        url('./../fonts/FuturaNewLight-Reg.woff2') format('woff2'),
        url('./../fonts/FuturaNewLight-Reg.woff') format('woff'),
        url('./../fonts/FuturaNewLight-Reg.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
	/*font-display: optional;*/
}

@font-face {
    font-family: 'cormorant';
font-display: swap;
    src: url('./../fonts/cormorant-semibold-webfont.woff2') format('woff2'),
         url('./../fonts/cormorant-semibold-webfont.woff') format('woff'),
         url('./../fonts/cormorant-semibold-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	/*font-display: optional;*/
}

@font-face {
    font-family: 'cormorant';
	font-display: swap;
    src: url('./../fonts/Cormorant-Bold.eot') format('eot'),
         url('./../fonts/Cormorant-Bold.woff') format('woff'),
         url('./../fonts/Cormorant-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
	/*font-display: optional;*/
}
@font-face {
    font-family: 'Georgia';
	font-display: swap;
    src: url('./../fonts/Georgia-Italic.woff') format('woff'),
         url('./../fonts/Georgia-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	font-family: 'Futura New';
}

h1,h2,h3,h4,h5,h6{
    font-family: 'cormorant';
}