@import url('theme-gitea-auto.css');

@font-face {
    font-family: "FiraCode Nerd Font";
    src:    local(Fira Code Bold Nerd Font Complete),
            url("../fonts/Fira Code Bold Nerd Font Complete.woff2") format("woff2"),
            url("../fonts/Fira Code Bold Nerd Font Complete.ttf") format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "FiraCode Nerd Font";
    src:    local(Fira Code Light Nerd Font Complete),
            url("../fonts/Fira Code Light Nerd Font Complete.woff2") format("woff2"),
            url("../fonts/Fira Code Light Nerd Font Complete.ttf") format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "FiraCode Nerd Font";
    src:    local(Fira Code Medium Nerd Font Complete),
            url("../fonts/Fira Code Medium Nerd Font Complete.woff2") format("woff2"),
            url("../fonts/Fira Code Medium Nerd Font Complete.ttf") format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "FiraCode Nerd Font";
    src:    local(Fira Code Regular Nerd Font Complete),
            url("../fonts/Fira Code Regular Nerd Font Complete.woff2") format("woff2"),
            url("../fonts/Fira Code Regular Nerd Font Complete.ttf") format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "FiraCode Nerd Font";
    src:    local(Fira Code Retina Nerd Font Complete),
            url("../fonts/Fira Code Retina Nerd Font Complete.woff2") format("woff2"),
            url("../fonts/Fira Code Retina Nerd Font Complete.ttf") format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
}

:root {
  /* fonts */
  --fonts-monospace: "FiraCode Nerd Font" !important;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: normal;
}

