﻿/*FiraSans*/
@font-face {
font-family: FiraSans;
src:url("../Fonts/fira-sans.regular.ttf");
src: url("../Fonts/FiraSans-Regular.otf") format("opentype");
}
@font-face {
font-family: FiraSans;
font-weight:bold;
src:url("../Fonts/fira-sans.bold.ttf");
src: url("../Fonts/FiraSans-Bold.otf") format("opentype");
}

/*Myriad Pro*/
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../Fonts/MYRIADPRO-REGULAR.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../Fonts/MYRIADPRO-COND.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../Fonts/MYRIADPRO-CONDIT.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../Fonts/MyriadPro-Light.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../Fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../Fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../Fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../Fonts/MYRIADPRO-BOLD.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../Fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}
@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../Fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

/*Lato*/
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    src: local('Lato'), url('../Fonts/Lato-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Regular'), url('../Fonts/Lato-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Lato Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Italic'), url('../Fonts/Lato-Italic.woff') format('woff');
}
@font-face {
    font-family: 'Lato Hairline';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Hairline'), url('../Fonts/Lato-Hairline.woff') format('woff');
}
@font-face {
    font-family: 'Lato Hairline Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Hairline Italic'), url('../Fonts/Lato-HairlineItalic.woff') format('woff');
}
@font-face {
    font-family: 'Lato Light';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Light'), url('../Fonts/Lato-Light.woff') format('woff');
}
@font-face {
    font-family: 'Lato Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Light Italic'), url('../Fonts/Lato-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'Lato Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Bold'), url('../Fonts/Lato-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Lato Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Bold Italic'), url('../Fonts/Lato-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'Lato Black';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Black'), url('../Fonts/Lato-Black.woff') format('woff');
}
@font-face {
    font-family: 'Lato Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lato Black Italic'), url('../Fonts/Lato-BlackItalic.woff') format('woff');
}

/*Xenois Super W04 Heavy*/
@font-face {
    font-family: "Xenois Super W04 Heavy";
    src: url("../Fonts/XenoisSuperW04.eot"); /* IE9*/
    src: url("../Fonts/XenoisSuperW04.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../Fonts/XenoisSuperW04.woff2") format("woff2"), /* chrome、firefox */
    url("../Fonts/XenoisSuperW04.woff") format("woff"), /* chrome、firefox */
    url("../Fonts/XenoisSuperW04.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../Fonts/XenoisSuperW04.svg#Xenois Super W04 Heavy") format("svg"); /* iOS 4.1- */
}