@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), 
       local('PTSans-Regular'), 
       url(../fonts/woff/PTSans-Regular.woff) format('woff'),
       url(../fonts/ttf/pt-sans/PTS55F.ttf) format('truetype');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), 
       local('PTSans-Bold'), 
       url(../fonts/woff/PTSans-Bold.woff) format('woff'),
       url(../fonts/ttf/pt-sans/PTS75F.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans Caption'),
    local('PTSansCaption'),
    url(../fonts/woff/PTSansCaptionRegular.woff) format('woff'),
    url(../fonts/ttf/pt-sans/PT_Sans-Caption-Web-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Caption Bold'),
    local('PTSansCaptionBold'),
    url(../fonts/woff/PTSansCaptionBold.woff) format('woff'),
    url(../fonts/ttf/pt-sans/PT_Sans-Caption-Web-Bold.ttf) format('truetype');
}

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

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

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/woff/Merriweather-Light.woff) format('woff'),
    url(../fonts/ttf/merriweather/Merriweather-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/woff/Merriweather-Regular.woff) format('woff'),
    url(../fonts/ttf/merriweather/Merriweather-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/woff/Merriweather-Bold.woff) format('woff'),
    url(../fonts/ttf/merriweather/Merriweather-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/woff/Merriweather-Bold.woff) format('woff'),
    url(../fonts/ttf/merriweather/Merriweather-Bold.ttf) format('truetype');
}

/* Spectral */
@font-face {
    font-family: 'Spectral';
    font-style: italic;
    font-weight: 400;
    src: local('Spectral Italic'), local('Spectral-Italic'), url(../fonts/woff/Spectral/spectral-cyrillic.woff2) format('woff2'),
    url(../fonts/ttf/Spectral/Spectral-Italic.ttf) format('truetype');
}

/* PT SERIF */
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: local('PT Serif Bold'), local('PTSerif-Bold'),url(../fonts/woff/PTSerif/pt-serif-v11-latin_cyrillic-700.woff2) format('woff'),
    url(../fonts/ttf/pt-serif/PTSerif-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 700;
    src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),url(../fonts/woff/PTSerif/pt-serif-v11-latin_cyrillic-700italic.woff2) format('woff'),
    url(../fonts/ttf/pt-serif/PTSerif-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;
    src: local('PT Serif Italic'), local('PTSerif-Italic'),url(../fonts/woff/PTSerif/pt-serif-v11-latin_cyrillic-italic.woff2) format('woff'),
    url(../fonts/ttf/pt-serif/PTSerif-Italic.ttf) format('truetype');
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif'), local('PTSerif-Regular'),url(../fonts/woff/PTSerif/pt-serif-v11-latin_cyrillic-regular.woff2) format('woff'),
    url('../fonts/woff/PTSerif/pt-serif-v11-latin_cyrillic-regular.woff') format('woff'),
    url(../fonts/ttf/pt-serif/PTSerif-Regular.ttf) format('truetype');
}
