/*
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 : 13/jan/2017, 16:53:03
    Author     : pedro
*/

.text{
    font-family: 'Roboto', sans-serif;    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}

.menu{font-size: 14px;}

.small{font-size: 10px; font-weight: 300;}
.small_title{font-size: 10px; font-weight: 500;}
.small_bold{font-size: 10px; font-weight: 700;}

.medium{font-size: 12px; font-weight: 300;}
.medium_title{font-size: 14px; font-weight: 500;}
.medium_bold{font-size: 14px; font-weight: 700;}

.large{font-size: 18px; font-weight: 300;}
.large_title{font-size: 18px; font-weight: 500;}
.large_bold{font-size: 18px; font-weight: 700;}

.align_center{text-align: center;}
.align_right{text-align: right;}
.align_left{text-align: left;}

.justify{text-align: justify;text-justify: inter-word;}

.light{color: #ffffff;}
.dark{color: #808285;}
.darker{color: #57595B;}
.accent{color: #00987C;}
