@font-face {
    font-family: "Fira Code";
    src: local(), url("/fonts/fira_code.ttf"), format("truetype");
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Nunito;
    src: local(), url("/fonts/nunito.ttf"), format("truetype");
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}

html,
body {
  height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#main {
  flex: 1;
}

a {
    text-decoration: underline;
}