﻿/*  base : fonts
/* ------------------------------------ */
body { font-family: "Titillium", Arial, sans-serif; }
@font-face {
  font-family: 'Titillium';
  src: url('../font/titillium-light-webfont.eot');
  src: url('../picture/titillium-light-webfont.svg#titillium-light-webfont') format('svg'),
     url('../font/titillium-light-webfont.eot') format('embedded-opentype'),
     url('../font/titillium-light-webfont.woff') format('woff'),
     url('../font/titillium-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../font/titillium-lightitalic-webfont.eot');
  src: url('../picture/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'),
     url('../font/titillium-lightitalic-webfont.eot') format('embedded-opentype'),
     url('../font/titillium-lightitalic-webfont.woff') format('woff'),
     url('../font/titillium-lightitalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Titillium';
  src: url('../font/titillium-regular-webfont.eot');
  src: url('../picture/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'),
     url('../font/titillium-regular-webfont.eot') format('embedded-opentype'),
     url('../font/titillium-regular-webfont.woff') format('woff'),
     url('../font/titillium-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../font/titillium-regularitalic-webfont.eot');
  src: url('../picture/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'),
     url('../font/titillium-regularitalic-webfont.eot') format('embedded-opentype'),
     url('../font/titillium-regularitalic-webfont.woff') format('woff'),
     url('../font/titillium-regularitalic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
    font-family: 'Titillium';
    src: url('../font/titillium-semibold-webfont.eot');
    src: url('../picture/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'),
         url('../font/titillium-semibold-webfont.eot') format('embedded-opentype'),
         url('../font/titillium-semibold-webfont.woff') format('woff'),
         url('../font/titillium-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}