/* loading font fonts form server */
/* 
    Created on : 16-Sep-2014, 13:22:20
    Author     : lukasz.wadowski
*/

/* PT Sans - Default */

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: 
      local('Lato'),
      local('Lato-Regular'),
      url('../fonts/lato/Lato-Regular.ttf') format('truetype');
      
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* PT Sans Narrow - Headings */

/* latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src:
            local('Noto Sans'),
            local('NotoSans-Regular'),
            url('../fonts/noto/NotoSans-Regular.ttf') format('truetype');
}


/* PT Sans Narrow - Headings */

/* latin */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src:
            local('Noto Sans'),
            local('NotoSans-Bold'),
            url('../fonts/noto/NotoSans-Bold.ttf')  format('truetype');
}
