/*
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 : 24/nov/2018, 12:31:00
    Author     : Cristiano Xavier Silva
*/
@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('../fonts/FontsFree-Net-Proxima-Nova-Thin.otf');
}

@font-face {
    font-family: 'Proxima Nova Thin Bold';
    src: url('../fonts/FontsFree-Net-pr1.ttf');
}

* {
    font-family: 'Proxima Nova Thin';
}

h1, h2, h3, h4, h5 {
   font-family: 'Proxima Nova Thin' !important;
   font-weight: bold;
}

.options {
    margin-top: 40px;
    border: 1px solid #005860;
    padding: 10px;
}