﻿/* Tipos de letra utilizados neste cliente */
/* os olisipografos só utilizam a font Perpetua e a font awesome*/
/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

@font-face {
    font-family: "Perpetua Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Perpetua Regular"), url("../../../content/fonts/Perpetua/Perpetua.otf") format('opentype');
}

@font-face {
    font-family: "Perpetua Bold";
    font-style: normal;
    font-weight: bold;
    src: local("Perpetua Bold"), url("../../../content/fonts/Perpetua/Perpetua_Bold_font.ttf") format('truetype');
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: bold;
    src: local("FontAwesome"), url("../../../content/fonts/fontawesome/fontawesome-webfont.ttf'") format('truetype');
}





@font-face {
    font-family: "Rubik Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Rubik Regular"), url("../../../content/fonts/Rubik/static/Rubik-Regular.ttf") format('truetype');
}


@font-face {
    font-family: "Rubik Light";
    font-style: normal;
    font-weight: normal;
    src: local("Rubik Light"), url("../../../content/fonts/Rubik/static/Rubik-Light.ttf") format('truetype');
}

@font-face {
    font-family: "Rubik Bold";
    font-style: normal;
    font-weight: bold;
    src: local("Rubik Bold"), url("../../../content/fonts/Rubik/static/Rubik-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Rubik Italic";
    font-style: italic;
    font-weight: normal;
    src: local("Rubik Italic"), url("../../../content/fonts/Rubik/static/Rubik-Italic.ttf") format('truetype');
}

@font-face {
    font-family: "Rubik Italic Bold";
    font-style: italic;
    font-weight: bold;
    src: local("Rubik Italic Bold"), url("../../../content/fonts/Rubik/static/Rubik-BoldItalic.ttf") format('truetype');
}






/*
@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTC55F.ttf');
    src: local("PT Sans Caption"), url("../../../content/fonts/PTSANS/PTC55F.ttf") format("truetype"); 
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTN57F.ttf');
    src: local("PT Sans Narrow"), url("../../../content/fonts/PTSANS/PTN57F.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS55F.ttf');
    src: local("PT Sans"), url("../../../content/fonts/PTSANS/PTS55F.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTC75F.ttf');
    src: local("PT Sans Caption Bold"), url("../../../content/fonts/PTSANS/PTC75F.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTN77F.ttf');
    src: local("PT Sans Narrow Bold"), url("../../../content/fonts/PTSANS/PTN77F.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS56F.ttf');
    src: local("PT Sans Italic"), url("../../../content/fonts/PTSANS/PTS56F.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS75F.ttf');
    src: local("PT Sans Bold"), url("../../../content/fonts/PTSANS/PTS75F.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../content/fonts/PTSANS/PTS76F.ttf');
    src: local("PT Sans Bold Italic"), url("../../../content/fonts/PTSANS/PTS76F.ttf") format("truetype");
}
*/
/*
@font-face {
    font-family: 'PlexesMediumPro';
    src: url('.fonts/2AD3B0_0_0.eot');
    src: url('fonts/2AD3B0_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AD3B0_0_0.woff') format('woff'),url('fonts/2AD3B0_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'PlexesBookPro';
    src: url('fonts/2AD3B0_1_0.eot');
    src: url('fonts/2AD3B0_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AD3B0_1_0.woff') format('woff'),url('fonts/2AD3B0_1_0.ttf') format('truetype');
}
    */
