﻿@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

.type-heebo-ibmplexmono {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.02rem;
    line-height: 1.5;
    font-weight: 300;
}
.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.2;
    letter-spacing: 1px;
}        

.type-heebo-ibmplexmono h1 {font-size: 3rem;line-height: 1.17; margin: 1.2rem 0 1.2rem; }
.type-heebo-ibmplexmono h2 {font-size: 2.5rem; margin: 1rem 0 1rem; }
.type-heebo-ibmplexmono h3 {font-size: 2rem; margin: 1rem 0 1rem; }
.type-heebo-ibmplexmono h4 {font-size: 1.7rem; margin: 0.5rem 0 0.5rem; }
.type-heebo-ibmplexmono h5 {font-size: 1.4rem; margin: 0.5rem 0 0.5rem; }
.type-heebo-ibmplexmono h6 {font-size: 1.12rem; margin: 0.5rem 0 0.5rem; }
.type-heebo-ibmplexmono p {margin:0.8rem 0 0.8rem;}
/* .type-heebo-ibmplexmono ul, .type-heebo-ibmplexmono ol { margin:0 0 1rem; padding-inline-start: 20px;} */

.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.15;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: capitalize;
    margin: 0.4rem 0 1rem;
}
.type-heebo-ibmplexmono .display p {
    font-size: 1.4rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}