/* REGULAR */
@font-face {
font-family:'Spezia Regular';
src: url('../fonts/SpeziaWeb-Regular.woff2') format('woff2'),
     url('../fonts/SpeziaWeb-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family:'SpeziaExtended Regular';
src: url('../fonts/SpeziaExtendedWeb-Regular.woff2') format('woff2'),
     url('../fonts/SpeziaExtendedWeb-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}

/* MEDIUM */
@font-face {
font-family:'Spezia Medium';
src: url('../fonts/SpeziaWeb-Medium.woff2') format('woff2'),
     url('../fonts/SpeziaWeb-Medium.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family:'SpeziaExtended Medium';
src: url('../fonts/SpeziaExtendedWeb-Medium.woff2') format('woff2'),
     url('../fonts/SpeziaExtendedWeb-Medium.woff') format('woff');
font-weight: 400;
font-style: normal;
}

/* SEMIBOLD */
@font-face {
font-family:'Spezia SemiBold';
src: url('../fonts/SpeziaWeb-SemiBold.woff2') format('woff2'),
     url('../fonts/SpeziaWeb-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family:'SpeziaExtended SemiBold';
src: url('../fonts/SpeziaExtendedWeb-SemiBold.woff2') format('woff2'),
     url('../fonts/SpeziaExtendedWeb-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
}

/* BOLD */
@font-face {
font-family:'Spezia Bold';
src: url('../fonts/SpeziaWeb-Bold.woff2') format('woff2'),
     url('../fonts/SpeziaWeb-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family:'SpeziaExtended Bold';
src: url('../fonts/SpeziaExtendedWeb-Bold.woff2') format('woff2'),
     url('../fonts/SpeziaExtendedWeb-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}