﻿@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,400i,700');

.type-spacemono {
    font-family: 'Space Mono', monospace;
    font-size: 100%; 
    line-height: 2.1;
    font-weight: 400;
    letter-spacing: 0px;
    
    font-style: normal;
}
.type-spacemono p, .type-spacemono blockquote, .type-spacemono td, .type-spacemono li, .type-spacemono label {
    font-family: 'Space Mono', monospace;
    font-size: 1.05rem; 
    line-height: 2.1;
    font-weight: 400;
    letter-spacing: 0px;
    
    font-style: normal;
}

.type-spacemono blockquote::before {


    left: -3rem !important;

}

.type-spacemono h1, .type-spacemono h2, .type-spacemono h3, .type-spacemono h4, .type-spacemono h5, .type-spacemono h6 {
    font-family: 'Space Mono', monospace;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    
    font-style: normal;
}        

.type-spacemono h1 {font-size: 2.8rem;margin: 0.05rem 0 0.2rem;}
.type-spacemono h2 {font-size: 2.2rem;margin: 0.17rem 0 0.2rem;}
.type-spacemono h3 {font-size: 1.8rem;margin: 0.3rem 0 0.2rem;}
.type-spacemono h4 {font-size: 1.5rem;margin: 0.5rem 0 0.2rem;line-height: 1.6;}
.type-spacemono h5 {font-size: 1.3rem;margin: 0.64rem 0 0.2rem;line-height: 1.8;}
.type-spacemono h6 {font-size: 1.05rem;margin: 0.79rem 0 0.2rem;font-weight: bold;line-height: 2;}
.type-spacemono p , .type-spacemono blockquote {margin:0.7rem 0 1rem;}

.type-spacemono .display { margin-bottom: 0.5rem; }
.type-spacemono h1.o4-display {
    font-family: 'Space Mono', monospace;
    font-size: 3.5rem;
    letter-spacing: 4px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0.4rem 0;
    font-style: normal;
}
.type-spacemono p.o4-display, .type-spacemono li.o4-display {
    font-family: 'Space Mono', monospace;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 2px;
    
    font-style: normal;
}

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

}

@container page (max-width: 640px) {
 
    .type-spacemono h1.o4-display {font-size: 2.5rem;}
    .type-spacemono p.o4-display, .type-spacemono li.o4-display {font-size: 1.4rem;}
    .type-spacemono h1 {font-size: 2.3rem;}
    .type-spacemono h2 {font-size: 2rem;}
    .type-spacemono h3 {font-size: 1.7rem;}
    .type-spacemono h4 {font-size: 1.4rem;}
    .type-spacemono h5 {font-size: 1.2rem;}
    .type-spacemono h6 {font-size: 1rem;} 

 }

.type-spacemono .display-font1 {font-family: 'Space Mono', monospace !important;}
.type-spacemono .display-font2 {font-family: 'Space Mono', monospace !important;}
.type-spacemono .default-font1 {font-family: 'Space Mono', monospace;}
.type-spacemono .default-font2 {font-family: 'Space Mono', monospace;}