@font-face{ 
    font-family:"Roboto";
    src:url("font/Roboto-Regular.ttf");
    font-weight:400;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Roboto";
    src:url('font/Roboto-Light.ttf');
    font-weight:300;
    font-style:normal;
    font-display:swap
}
@font-face{
    font-family:"Roboto";
    src:url('font/Roboto-Bold.ttf');
    font-weight:700;
    font-style:normal;
    font-display:swap
}
/* Myriadpro *//*
@font-face{
    font-family: "Myriadpro";
    src: url('font/MYRIADPRO-REGULAR.OTF');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "Myriadpro";
    src: url('font/MYRIADPRO-IT.OTF');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}
@font-face{
    font-family: "Myriadpro";
    src: url('font/MYRIADPRO-SEMIBOLD.OTF');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "Myriadpro";
    src: url('font/MYRIADPRO-SEMIBOLDIT.OTF');
    font-weight: 600;
    font-style: italic;
    font-display: swap
}
@font-face{
    font-family: "Myriadpro";
    src: url('font/MYRIADPRO-BOLD.OTF');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "Myriadpro";
    src: url('font/MYRIADPRO-BOLDIT.OTF');
    font-weight: 700;
    font-style: italic;
    font-display: swap
} */
/* MyriadproCond */ /*
@font-face{
    font-family: "MyriadproCond";
    src: url('font/MYRIADPRO-COND.OTF');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "MyriadproCond";
    src: url('font/MYRIADPRO-CONDIT.OTF');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}
@font-face{
    font-family: "MyriadproCond";
    src: url('font/MYRIADPRO-BOLDCOND.OTF');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family: "MyriadproCond";
    src: url('font/MYRIADPRO-BOLDCONDIT.OTF');
    font-weight: 700;
    font-style: italic;
    font-display: swap
} */
/* GOTHAM GREEK */
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-thin-webfont.woff2') format('woff2'),
        url('font/gothamgreek-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-light-webfont.woff2') format('woff2'),
        url('font/gothamgreek-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-book-webfont.woff2') format('woff2'),
        url('font/gothamgreek-book-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-medium-webfont.woff2') format('woff2'),
        url('font/gothamgreek-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-black-webfont.woff2') format('woff2'),
        url('font/gothamgreek-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-ultra-webfont.woff2') format('woff2'),
        url('font/gothamgreek-ultra-webfont.woff') format('woff');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham_greek';
    src: url('font/gothamgreek-bold-webfont.woff2') format('woff2'),
        url('font/gothamgreek-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}