@font-face {
    font-family:'Open Sans';
    src:url('/custom-fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family:'Open Sans';
    src:url('/custom-fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'Open Sans';
    src:url('/custom-fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family:'Open Sans';
    src:url('/custom-fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: bold;
}
@font-face {
    font-family:'Open Sans';
    src:url('/custom-fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family:'PT Sans';
    src:url('/custom-fonts/PTSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:'PT Sans';
    src:url('/custom-fonts/PTSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family:'PT Sans';
    src:url('/custom-fonts/PTSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:'PT Sans';
    src:url('/custom-fonts/PTSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}