@font-face {
    font-family: "AlegreyaSans";
    src: url("/AlegreyaSans-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("/AlegreyaSans-LightItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("/AlegreyaSans-Medium.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "AlegreyaSans";
    src: url("/AlegreyaSans-Italic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "FiraCode";
    src: url("/FiraCode-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FiraCode";
    src: url("/FiraCode-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}


body{
    font-family: "AlegreyaSans";
    color: #222;
    font-size: 16pt;
    max-width: 80ch;
    margin: 0 auto;
    padding: 1em;
}

a{
    color: #00007f;
}
a:visited{
    color: #aa007f;
}
pre, code{
    font-family: "FiraCode";
    font-size: 80%;
    background-color: #eee;
}
pre{
    padding: 1ch;
}
code{
    padding: 0 0.5ch;
}
span.nb, span.k{
    font-weight: bold;
}
span.nt, span.nf{
    color: red;
}
span.nv, span.n{
    color: blue;
}
span.o, span.p{
    font-weight: bold;
}
span.s2{
    color: green;
}
