/* Fonts */
@font-face {
    font-family: Commit Mono;
    font-weight: 400;
    src: url("../fonts/CommitMono-400-Regular.otf") format("opentype");
}

@font-face {
    font-family: Commit Mono;
    font-weight: 450;
    src: url("../fonts/CommitMono-450-Regular.otf") format("opentype");
}

@font-face {
    font-family: Commit Mono;
    font-weight: 700;
    src: url("../fonts/CommitMono-700-Regular.otf") format("opentype");
}
