/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/05/2019, 21:47:32
    Author     : ejunior
*/

@font-face {
    font-family: Montserrat;
    src: url("Montserrat/Montserrat-Regular.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url("Montserrat/Montserrat-Bold.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-style: italic;
    src: url("Montserrat/Montserrat-Italic.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    font-style: italic;
    src: url("Montserrat/Montserrat-BoldItalic.otf") format("opentype");
}