@font-face {
    font-family: kiwi;
    src: url("../fonts/kiwi.ttf") format("truetype");
}

* {
    font-family: kiwi;
    font-size: 32px;
    filter: contrast(1);
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
}

body {
    background-color: #102029;
    color: #EDEEF0;
    margin-bottom: 2ch;
}

li { list-style-type: none; }

ul {
    padding: 0;
    margin: 0ch 4ch 0ch 4ch;
}

pre { margin: 2ch 2ch 1ch 2ch; }

p   { margin: 0ch 2ch 0ch 2ch; }

a { text-decoration: none; }

a.social   { color: #D87E8F; }
a.projects { color: #71AAC5; }

a:hover {
    text-decoration: underline 2px;
}

@media only screen and (min-width: 600px) {
    pre  { margin: 4ch 4ch 2ch 4ch; }
    ul   { margin: 0ch 12ch 0ch 12ch; }
    p    { margin: 0ch 8ch 0ch 8ch; }
    body { margin-bottom: 4ch;  }
}
