@import 'colors.scss';

$font-size-small:0.75rem;
$font-size-regular: 0.875rem;

$font-weight-light:300;
$font-weight-regular:400;
$font-weight-bold:600;

$font-header:   1.25rem;
$font-xsmall: 0.6875rem;
$font-page-header:  1.5rem;

$font-style-normal: normal;
$font-style-italic: italic;


h1,h2,h3,h4,h5,h6{font-weight: $font-style-normal;}

h1{    
    margin:1rem 0;
    font-size: 1.5rem;
    font-weight: $font-weight-light;    
}

%h1{
    margin:1rem 0;
    font-size: 1.5rem;
    font-weight: $font-weight-light;    
}

h2{
    font-size: 1.25rem;    
}

h3{
    font-size:1rem;
}

h4,p{
    margin:0; padding:0;
    font-size: 0.875rem;
}

h5{
    font-size: 0.75rem;
}

h4{    
    font-weight: $font-weight-bold;    
}