/*
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 : 29/09/2022, 11:42:58
    Author     : guilhermehorvatich
*/

@font-face{
    font-family: 'Modern20';
    src: url(font/Modern20.ttf) format('truetype');
}

.font-header{
    font-family: 'Modern20';
    color: #7c5633;
    font-size: 20pt;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 24px;
    width: 150px;
}

.font-header-regional{
    font-family: 'Modern20';
    color: #7c5633;
    font-size: 16pt;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 18px;
    width: 152px;
}

.font-header-regional-long{
    font-family: 'Modern20';
    color: #7c5633;
    font-size: 16pt;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 18px;
    width: 152px;
}

.font-footer{
    font-family: 'Modern20', sans-serif;
    color: #f7f7f7;
    font-size: 29pt;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 29px;
    width: 280px;
    padding-top: 8px;
}

.font-footer-regional{
    font-family: 'Modern20', sans-serif;
    color: #f7f7f7;
    font-size: 21pt;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 22px;
    width: 250px;
    padding-top: 8px;
}

.font-footer-regional-long{
    font-family: 'Modern20', sans-serif;
    color: #f7f7f7;
    font-size: 20pt;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 19px;
    width: 245px;
}