@charset "UTF-8";

/* PTSANS */
@font-face {
	font-family: ptsans;
	src: url('../fonts/ptsans/PTS55F.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: ptsans;
	src: url('../fonts/ptsans/PTS75F.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* OPEN SANS */

@font-face {
    font-family: opensans;
    src: url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: opensans;
    src: url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* MONTSERRAT */

@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: montserrat;
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: MontserratBold;
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: MontserratMedium;
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-style: normal;
}