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

.type-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-ibmplexmono p, .type-ibmplexmono td, .type-ibmplexmono li, .type-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-ibmplexmono h1, .type-ibmplexmono h2, .type-ibmplexmono h3, .type-ibmplexmono h4, .type-ibmplexmono h5, .type-ibmplexmono h6 {
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: none;
    font-style: normal;
}        

.type-ibmplexmono h1 {font-size: 3rem;margin: 0.05rem 0 0.3rem;}
.type-ibmplexmono h2 {font-size: 2.5rem;margin: 0.15rem 0 0.3rem;}
.type-ibmplexmono h3 {font-size: 2.1rem;margin: 0.25rem 0 0.3rem;}
.type-ibmplexmono h4 {font-size: 1.8rem;margin: 0.35rem 0 0.3rem;}
.type-ibmplexmono h5 {font-size: 1.4rem;margin: 0.45rem 0 0.3rem;line-height: 1.7;}
.type-ibmplexmono h6 {font-size: 1.06rem;margin: 0.75rem 0 0.3rem;font-weight: bold;line-height: 2;}
.type-ibmplexmono p {margin: 0.6rem 0 1rem;}

.type-ibmplexmono .display { margin-bottom: 0.5rem; }
.type-ibmplexmono .display h1 {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 4.9rem;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin:0.4rem 0;
    font-style: normal;
}
.type-ibmplexmono .display p {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: none;
}

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

.type-ibmplexmono .is-btn {
    padding: 10px 50px;
}
.type-ibmplexmono .is-btn-small {
    padding: 5px 25px;
}

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