@font-face {
    font-family: 'Inter Thin';
    font-style: normal;
    font-weight: 100;
    src: local(""), url("../fonts/InterDisplay-Thin-subset.woff2") format("woff2");
}

:root {
    --color-primary-text: #e4f0fc;
    --color-secondary-text:#add7ff;
    --color-darker-gray: #91b4d4;

    /* Light green link coloiur 1f1f1f */
}

body {
    background-color: #232937;
}
h1, h2 {font-family1:'Inter Thin';font-weight:100 !important;}
h1 {font-size:5rem;}
.trademark {
	display:block;text-align:center;margin-top:1.3rem;
}
a {
	color: var(--ghost-accent-color);
}
/*a:hover {text-decoration: underline;} */

.gh-head {background-color:#232937;}
.gh-content a {text-decoration:inherit;}

.is-head-open #gh-head .gh-head-actions {
    background-color: #232937;
}
.welcome {text-align:center;}
.welcome img {display:initial;}
.welcome h2 {padding-top:0.6rem;}
