@import url('https://fonts.googleapis.com/css?family=Cutive+Mono');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Oranienbaum');

.type-cutivemono-lato {
    font-family: 'Lato', sans-serif;
    font-size: 100%; 
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-cutivemono-lato p, .type-cutivemono-lato td, .type-cutivemono-lato li, .type-cutivemono-lato label {
    font-family: 'Lato', sans-serif;
    font-size: 0.93rem; 
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-cutivemono-lato h1, .type-cutivemono-lato h2, .type-cutivemono-lato h3, .type-cutivemono-lato h4, .type-cutivemono-lato h5, .type-cutivemono-lato h6 {
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
}        

.type-cutivemono-lato h1 {font-size: 3.2rem;margin: 0.02rem 0 0.3rem;}
.type-cutivemono-lato h2 {font-size: 2.8rem;margin: 0.15rem 0 0.3rem;}
.type-cutivemono-lato h3 {font-size: 2.4rem;margin: 0.27rem 0 0.3rem;}
.type-cutivemono-lato h4 {font-size: 1.9rem;margin: 0.5rem 0 0.3rem;}
.type-cutivemono-lato h5 {font-size: 1.5rem;margin: 0.46rem 0 0.3rem;line-height: 1.8;}
.type-cutivemono-lato h6 {font-size: 1.2rem;margin: 0.53rem 0 0.3rem;line-height: 2;}
.type-cutivemono-lato p {margin:0.4rem 0 1rem;}

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

.type-cutivemono-lato .display-text {
    font-family: 'Cutive Mono', monospace;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}