﻿/*This style is shared by all pages*/
/*@font-face {
            font-family: test;
            src: url("/Content/fonts/MiSans-Regular.ttf");
        }
        */
@font-face {
    font-family: firacodeRegular;
    src: url("/Content/fonts/FiraCode-Regular.ttf");
}

@font-face {
    font-family: firacodeLight;
    src: url("/Content/fonts/FiraCode-Light.ttf");
}

* {
    font-family: firacodeRegular, test, serif;
}

.firacodeRegular {
    font-family: firacode;
}

/* all bg-imgs */
body {
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
}
