﻿@import url('/application/public/assets/google-fonts/css.php?family=Dancing+Script:400,700');
@import url('/application/public/assets/google-fonts/css.php?family=Anonymous+Pro:400,400i,700');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Anonymous Pro', monospace;
    font-size: 100%; 
    line-height: 2;
    font-weight: 400;
}
p, td, li, label {
    font-size: 1.12rem; 
    line-height: 2;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
}        

h1 {font-size: 3.5rem;margin: 0.17rem 0 0.4rem;}
h2 {font-size: 2.9rem;margin: 0.25rem 0 0.4rem;}
h3 {font-size: 2.5rem;margin: 0.32rem 0 0.3rem;}
h4 {font-size: 1.9rem;margin: 0.48rem 0 0.3rem;line-height: 1.4;}
h5 {font-size: 1.6rem;margin: 0.54rem 0 0.3rem;line-height: 1.6;}
h6 {font-size: 1.14rem;margin: 0.79rem 0 0.3rem;font-weight: bold;line-height: 1.8;}
p {margin:0.65rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 4.9rem;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 1px;
    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: 'Dancing Script', cursive;}
.display-font2 {font-family: 'Anonymous Pro', monospace;}
.default-font1 {font-family: 'Dancing Script', cursive;}
.default-font2 {font-family: 'Anonymous Pro', monospace;}