﻿@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding:400,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:200,200i,500');


/**********************************
    General
***********************************/

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 100%; 
    line-height: 2.1;
    font-weight: 200;
}
.is-wrapper p, .is-wrapper td, .is-wrapper li, .is-wrapper label {
    font-size: 1.2rem; 
    line-height: 2.1;
    font-weight: 200;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nanum Gothic Coding', monospace;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1px;
}        

h1 {font-size: 3.2rem;margin: 0.08rem 0 0.3rem;}
h2 {font-size: 2.6rem;margin: 0.18rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 0.32rem 0 0.3rem;}
h4 {font-size: 1.7rem;margin: 0.35rem 0 0.3rem;line-height: 1.6;}
h5 {font-size: 1.4rem;margin: 0.45rem 0 0.3rem;line-height: 1.8;}
h6 {font-size: 1.2rem;margin: 0.57rem 0 0.3rem;font-weight: bold;line-height: 2;}
p {margin:0.5rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 3.7rem;
    letter-spacing: 3px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0.4rem 0;
}
.display p {
    font-size: 1.4rem;
    line-height: 2.1;
    letter-spacing: 1.5px;
    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: 'Nanum Gothic Coding', monospace;}
.display-font2 {font-family: 'Fira Sans Condensed', sans-serif;}
.default-font1 {font-family: 'Nanum Gothic Coding', monospace;}
.default-font2 {font-family: 'Fira Sans Condensed', sans-serif;}
