@font-face {
    font-family: "CascadiaCode";
    src: url("Fonts/Woff2/CascadiaCode-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CascadiaCode";
    src: url("Fonts/Woff2/CascadiaCode-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CascadiaCode";
    src: url("Fonts/Woff2/CascadiaCode-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CascadiaCode";
    src: url("Fonts/Woff2/CascadiaCode-SemiLight.woff2") format("woff2");
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CascadiaCode";
    src: url("Fonts/Woff2/CascadiaCode-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CascadiaCode";
    src: url("Fonts/Woff2/CascadiaCode-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: CascadiaCode !important;
}