* {
    padding: 0;
    margin: 0;
    color-scheme: light;
    font-family: "Inter";
    text-decoration: none;
    color: white;
}

@font-face {
    font-family: "Inter";
    src: url(/srcs/Fonts/Inter/Inter-Light.ttf)
}
@font-face {
    font-family: "Inter";
    font-weight: bold;
    src: url(/srcs/Fonts/Inter/Inter-Black.ttf)
}
@font-face {
    font-family: "Inter";
    font-weight: semi-bold;
    src: url(/srcs/Fonts/Inter/Inter-SemiBold.ttf)
}


