<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

html { font-size: 100%; }  
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
	line-height: 1.8;
	font-size: 100%;
	font-weight: 300;
}
p, td, li, label {
	font-size: 0.93rem;
	line-height: 1.8;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
   	font-family: 'Raleway', sans-serif;
    font-weight: 200;
    line-height: 1.2;
    text-transform: none;
}        

h1 {font-size: 3.75rem;margin: 0.6rem 0 0.9rem;}
h2 {font-size: 2.2rem;margin: 0.9rem 0 0.3rem;}
h3 {font-size: 2rem;margin: 1rem 0 0.3rem;}
h4 {font-size: 1.9rem;margin: 0.35rem 0 0.3rem;line-height: 1.6;}
h5 {font-size: 1.8rem;margin: 0.46rem 0 0.3rem;line-height: 1.8;}
h6 {font-size: 1.7rem;margin: 0.53rem 0 0.3rem;line-height: 2;}
p {margin:0.4rem 0 1rem;}

.display { margin-bottom: 0.5rem; }
.display h1 {
    font-size: 3.15rem;
    font-weight: 200;
    text-transform: none;
}
.display p {
    font-size: 0.93rem;
    letter-spacing: 1px;
    text-transform: none;
    font-style: normal;
}

@media only screen and (max-width: 640px) {
    .display h1 {font-size: 2.5rem;}
    .display p {font-size: 0.93rem;}
    h1 {font-size: 2.3rem;}
    h2 {font-size: 2rem;}
    h3 {font-size: 1.7rem;}
    h4 {font-size: 1.4rem;}
    h5 {font-size: 1.2rem;}
    h6 {font-size: 1rem;} 
}</pre></body></html>