@import url('https://use.typekit.net/opj8apw.css');

body {
    font-family: "fira-code", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #c986c6;
    background-color: #000405;
}
.lightblue {
    color: #a1d9e1;
}
.orange {
    color: #dc7f4b;
}
.tan {
    color: #bcb6a7;
}
.white {
    color: #EAEAEF;
}