@font-face {
    font-family: "Graphik";
    src: url("Graphik-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("RobotoMono-Regular.ttf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("RobotoMono-SemiBold.ttf");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("RobotoMono-Light.ttf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("RobotoMono-Medium.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("RobotoMono-SemiBold.ttf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Roboto Mono";
    src: url("RobotoMono-Bold.ttf");
    font-style: normal;
    font-weight: 700;
}