﻿@import url('https://fonts.googleapis.com/css?family=Heebo:700,900');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,300i,700');

.type-heebo-ibmplexmono {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 100%; 
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-heebo-ibmplexmono p, .type-heebo-ibmplexmono td, .type-heebo-ibmplexmono li, .type-heebo-ibmplexmono label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.02rem;
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-heebo-ibmplexmono h1, .type-heebo-ibmplexmono h2, .type-heebo-ibmplexmono h3, .type-heebo-ibmplexmono h4, .type-heebo-ibmplexmono h5, .type-heebo-ibmplexmono h6 {
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: none;
    font-style: normal;
}        

.type-heebo-ibmplexmono h1 {font-size: 3rem;margin: 0.17rem 0 0.3rem;}
.type-heebo-ibmplexmono h2 {font-size: 2.5rem;margin: 0.29rem 0 0.3rem;}
.type-heebo-ibmplexmono h3 {font-size: 2rem;margin: 0.35rem 0 0.3rem;}
.type-heebo-ibmplexmono h4 {font-size: 1.7rem;margin: 0.45rem 0 0.3rem;line-height: 1.5;}
.type-heebo-ibmplexmono h5 {font-size: 1.4rem;margin: 0.53rem 0 0.3rem;line-height: 1.7;}
.type-heebo-ibmplexmono h6 {font-size: 1.12rem;margin: 0.7rem 0 0.3rem;line-height: 1.9;}
.type-heebo-ibmplexmono p {margin:0.55rem 0 1rem;}

.type-heebo-ibmplexmono .display { margin-bottom: 0.5rem; }
.type-heebo-ibmplexmono .display h1 {
	font-family: 'Heebo', sans-serif;
    font-size: 4.4rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin:0.4rem 0;
    font-style: normal;
}
.type-heebo-ibmplexmono .display p {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 4px;
    font-style: normal;
    text-transform: uppercase;
}

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

.type-heebo-ibmplexmono .display-font1 {font-family: 'Heebo', sans-serif;}
.type-heebo-ibmplexmono .display-font2 {font-family: 'IBM Plex Mono', monospace;}
.type-heebo-ibmplexmono .default-font1 {font-family: 'Heebo', sans-serif;}
.type-heebo-ibmplexmono .default-font2 {font-family: 'IBM Plex Mono', monospace;}
