@font-face {
    font-family: "Geist Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Geist-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Geist Sans";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Geist-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Geist Sans";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Geist-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Geist Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Geist-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Geist Sans";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Geist-Bold.ttf") format("truetype");
}

:root {
    --md-text-font: "Geist Sans", sans-serif;
}
