
@font-face {
    font-family: 'Graphik';
    src: url('./font/Graphik-Regular.eot') format('embedded-opentype'), 
        url('./font/Graphik-Regular.woff') format('woff'), 
        url('./font/Graphik-Regular.ttf')  format('truetype'),
        url('./font/Graphik-Regular.svg#svgFontName') format('svg');
}

@font-face {
    font-family: 'Graphik-Semibold';
    src: url('./font/Graphik-Semibold.eot') format('embedded-opentype'), 
        url('./font/Graphik-Semibold.woff') format('woff'), 
        url('./font/Graphik-Semibold.ttf')  format('truetype'),
        url('./font/Graphik-Semibold.svg#svgFontName') format('svg');
}


@font-face {
    font-family: 'FedraSerifAPro';
    src: url('./font/FedraSerifAPro-Book.eot') format('embedded-opentype'), 
        url('./font/FedraSerifAPro-Book.woff') format('woff'), 
        url('./font/FedraSerifAPro-Book.ttf')  format('truetype'),
        url('./font/FedraSerifAPro-Book.svg#svgFontName') format('svg');
}

@font-face{
   font-family:'Eurostile';
   src: url(./font/Eurostile-Demi.otf);
   src: url(./font/Eurostile-Demi.woff);
   font-weight:normal;
   font-style:normal;
}
@font-face{
   font-family:'Futura';
   src: url(./font/Futura-BookOblique.otf);
   font-weight:normal;
   font-style:italic;
}

@font-face{
   font-family:'Eurostile';
   src: url(./font/Eurostile-Bold.otf);
   src: url(./font/Eurostile-Bold.woff);
   font-weight:bold;
   font-style:normal;
}
@font-face{
   font-family:'Futura';
   src: url(./font/Futura-BoldOblique.otf);
   font-weight:bold;
   font-style:italic;
}

@font-face{
   font-family:'Futura';
   src: url(./font/Futura-ExtraBold.otf);
   font-weight:bolder;
   font-style:normal;
}
@font-face{
   font-family:'Futura';
   src: url(./font/Futura-ExtraBoldOblique.otf);
   font-weight:bolder;
   font-style:italic;
}

@font-face{
   font-family:'Futura';
   src: url(./font/Futura-Light.otf);
   font-weight:lighter;
   font-style:normal;
}
@font-face{
   font-family:'Futura';
   src: url(./font/Futura-LightOblique.otf);
   font-weight:lighter;
   font-style:italic;
}

@font-face{
   font-family:'Handlee';
   src: url(./font/Handlee-Regular.ttf);
}

