@font-face {
    font-family: "FiraMono Nerd Font";
    src:    local("FiraMonoNerdFont-Bold"),
            url("fonts/FiraMonoNerdFont-Bold.woff2") format("woff2");
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "FiraMono Nerd Font";
    src:    local("FiraMonoNerdFont-Medium"),
            url("fonts/FiraMonoNerdFont-Medium.woff2") format("woff2");
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "FiraMono Nerd Font";
    src:    local("FiraMonoNerdFont-Regular"),
            url("fonts/FiraMonoNerdFont-Regular.woff2") format("woff2");
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}
