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

/* PT Sans - Default */

/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: 
      local('PT Sans'), 
      local('PTSans-Regular'), 
      url('../fonts/PT_Sans-Web-Regular.woff2') format('woff2'),
      url('../fonts/PT_Sans-Web-Regular.woff') format('woff'),
      url('../fonts/PT_Sans-Web-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: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src:
      local('PT Sans Narrow'),
      local('PTSans-Narrow'),
      url('../fonts/PT_Sans-Narrow-Web-Regular.woff2') format('woff2'),
      url('../fonts/PT_Sans-Narrow-Web-Regular.woff')  format('woff'),
      url('../fonts/PT_Sans-Narrow-Web-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;
}



/* nunito */

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src:
            local('Nunito Sans'),
            local('NunitoSans-Regular'),
            url('../fonts/nunito/NunitoSans-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;
}


/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: bold;
    font-weight: 700;
    src:
            local('Nunito Sans'),
            local('NunitoSans-Bold'),
            url('../fonts/nunito/NunitoSans-Bold.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;
}

/* 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');

}
