﻿@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap');

.type-inconsolata {
    font-family: 'Inconsolata', monospace;
    font-size: 100%; 
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-inconsolata p, .type-inconsolata td, .type-inconsolata li, .type-inconsolata label {
    font-size: 1.15rem; 
    line-height: 1.9;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}
.type-inconsolata h1, .type-inconsolata h2, .type-inconsolata h3, .type-inconsolata h4, .type-inconsolata h5, .type-inconsolata h6 {
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
}        

.type-inconsolata h1 {font-size: 3.1rem;margin: 0.03rem 0 0.3rem;}
.type-inconsolata h2 {font-size: 2.5rem;margin: 0.16rem 0 0.3rem;}
.type-inconsolata h3 {font-size: 2rem;margin: 0.34rem 0 0.3rem;}
.type-inconsolata h4 {font-size: 1.7rem;margin: 0.45rem 0 0.3rem;line-height: 1.4;}
.type-inconsolata h5 {font-size: 1.4rem;margin: 0.55rem 0 0.3rem;line-height: 1.6;}
.type-inconsolata h6 {font-size: 1.15rem;margin: 0.7rem 0 0.3rem;font-weight: bold;line-height: 1.8;}
.type-inconsolata p {margin:0.7rem 0 1rem;}

.type-inconsolata .display { margin-bottom: 0.5rem; }
.type-inconsolata .display h1 {
    font-family: 'Inconsolata', monospace;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0.4rem 0;
    font-style: normal;
}
.type-inconsolata .display p {
    font-family: 'Inconsolata', monospace;
    font-size: 1.26rem;
    line-height: 1.6;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-style: normal;
}