/*
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 : Nov 2, 2020, 11:05:31 AM
    Author     : Mauro Marsiglia <mauro.marsiglia at isesoft.co>
*/

/* Add your variable customizations of layout here */
/* Nexa Light */
@font-face {
  font-family: "Nexa Light";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/javax.faces.resource/nexa/NexaLight.otf.xhtml?ln=fonts");
}
/* Nexa Bold */
@font-face {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("/javax.faces.resource/nexa/NexaBold.otf.xhtml?ln=fonts");
}
/* volkswagen-bold*/
@font-face {
  font-family: "volkswagen-bold";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("/javax.faces.resource/volkswagen/volkswagen-bold.ttf.xhtml?ln=fonts");
}

/* volkswagen-medium*/
@font-face {
  font-family: "volkswagen-medium";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  src: url("/javax.faces.resource/volkswagen/volkswagen-medium.ttf.xhtml?ln=fonts");
}

/* volkswagen-regular*/
@font-face {
  font-family: "volkswagen-regular";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/javax.faces.resource/volkswagen/volkswagen-regular.ttf.xhtml?ln=fonts");
}

/* Quicksand */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/javax.faces.resource/Quicksand/Quicksand-VariableFont_wght.ttf.xhtml?ln=fonts");
}

/* Source Sans Pro - Light */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/javax.faces.resource/SourceSansPro/SourceSansPro-Light.ttf.xhtml?ln=fonts");
}

/* Source Sans Pro - Bold */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url("/javax.faces.resource/SourceSansPro/SourceSansPro-Bold.ttf.xhtml?ln=fonts");
}

.txt-title {
    font-family: 'Nexa Bold';
    font-weight: bold;
    font-size: 20px;
}

.txt-subtitle {
    font-family: 'Nexa Light';
    font-weight: 400;    
}

.txt-powered-by-hub {
    font-family: 'Nexa Light';
    font-weight: 400;    
    color: #707070;  
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.txt-label-form {
    font-family: 'Nexa Light';
    font-weight: bold;
    font-size: 14px;
}

.txt-content {
    font-family: 'Nexa Light';
    font-weight: 300;
    font-size: 14px;
}

.txt-small {
    font-family: 'Nexa Light';
    font-weight: 300;
    font-size: 12px;
}

.txt-dashboard-card-title {
    font-family: 'Nexa Light';
    font-weight: bold;
}