﻿@import url('https://fonts.googleapis.com/css?family=Oswald:200,500');
@import url('https://fonts.googleapis.com/css?family=Biryani:200,600');
@import url('https://fonts.googleapis.com/css?family=Tangerine');


body {
    font-family: 'Biryani', sans-serif;
    /*line-height: 2.1;*/
    font-weight: 200;
}
/*p, td, li, label {
    font-size: 1.14rem;
    line-height: 2.1;
    font-weight: 200;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}        

/*h1 {font-size: 3.5rem;margin: 0.01rem 0 0.3rem;}
h2 {font-size: 2.5rem;margin: 0.2rem 0 0.3rem;}
h3 {font-size: 2.1rem;margin: 0.3rem 0 0.3rem;}
h4 {font-size: 1.8rem;margin: 0.44rem 0 0.3rem;}
h5 {font-size: 1.5rem;margin: 0.47rem 0 0.3rem;line-height: 1.7;}
h6 {font-size: 1.18rem;margin: 0.65rem 0 0.3rem;font-weight: bold;text-transform:none;line-height: 1.9;}
p {margin:0.7rem 0 1rem;}*/


/*@media only screen and (max-width: 640px) {
    h1 {font-size: 2.3rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.7rem;}
    h4 {font-size: 1.4rem;}
    h5 {font-size: 1.2rem;}
    h6 {font-size: 1rem;} 
}*/
