/******************************************************/
/* Fonts                                              */
/******************************************************/
@font-face{
    font-family: 'PT Serif';
    src: local("pt-serif_regular"),
    url('pt-serif_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'PT Serif Bold';
    src: local("pt-serif_bold"),
    url('pt-serif_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'PT Serif Italic';
    src: local("pt-serif_italic"),
    url('pt-serif_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'PT Serif Bold Italic';
    src: local("pt-serif_bold-italic"),
    url('pt-serif_bold-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face{
    font-family: 'PT Sans';
    src: local("pt-sans_regular"),
    url('pt-sans_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'PT Sans Bold';
    src: local("pt-sans_bold"),
    url('pt-sans_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'PT Sans Italic';
    src: local("pt-sans_italic"),
    url('pt-sans_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'PT Sans Bold Italic';
    src: local("pt-sans_bold-italic"),
    url('pt-sans_bold-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}