﻿@import url('https://fonts.googleapis.com/css?family=Parisienne');
@import url('https://fonts.googleapis.com/css?family=Maitree:300,700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Maitree', serif;
    font-size: 100%; 
    line-height: 2.1;
    font-weight: 300;
}
p, td, li, label {
    font-size: 1.17rem;
    line-height: 2.1;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Maitree', serif;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
}        

h1 {font-size: 3rem;margin: 0.1rem 0 0.3rem;}
h2 {font-size: 2.4rem;margin: 0.22rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 0.35rem 0 0.3rem;}
h4 {font-size: 1.7rem;margin: 0.43rem 0 0.3rem;line-height: 1.6;}
h5 {font-size: 1.4rem;margin: 0.51rem 0 0.3rem;line-height: 1.8;}
h6 {font-size: 1.17rem;margin: 0.56rem 0 0.3rem;font-weight: bold;text-transform: none;line-height: 2;}
p {margin:0.59rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-family: 'Parisienne', cursive;
    font-size: 4.6rem;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0.4rem 0;
}
.display p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
}

@media only screen and (max-width: 640px) {
    .display h1 {font-size: 2.5rem;}
    .display p {font-size: 1.4rem;}
    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;} 
}

.display-font1 {font-family: 'Parisienne', cursive;}
.display-font2 {font-family: 'Josefin Sans', sans-serif;}
.default-font1 {font-family: 'Maitree', serif;}
.default-font2 {font-family: 'Maitree', serif;}