@font-face {
    font-family: "NexaRustSansBlack";
    src: url("fonts/NexaRustSans-Black.otf") format("opentype");
}

@font-face {
    font-family: "Montserrat-Black";
    src: url("fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
    font-family: "SinkinSans400Regular";
    src: url("fonts/SinkinSans-400Regular.otf") format("opentype");
}

@font-face {
    font-family: "SinkinSans300Light";
    src: url("fonts/SinkinSans-300Light.otf") format("opentype");
}

@font-face {
    font-family: "SinkinSans800Black";
    src: url("fonts/SinkinSans-800Black.otf") format("opentype");
}

@font-face {
    font-family: "PalatinoLinotypeRegular";
    src: url("fonts/Palatino-Linotype-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "PalatinoLinotypeBold";
    font-weight: bold;
    src: url("fonts/Palatino-Linotype-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "PalatinoLinotypeItalic";
    font-style: italic;
    src: url("fonts/Palatino-Linotype-Italic.ttf") format("truetype");
}

@font-face {
    font-family: "PalatinoLinotypeBoldItalic";
    font-style: italic;
    font-weight: bold;
    src: url("fonts/Palatino-Linotype-Bold-Italic.ttf") format("truetype");
}

:root {
    --yellow: #f6c800;
    --white: #ffffff;
    --black: #000000;
    --google: #DB4437;
    --facebook: #4267B2;
    --discord: #424549;
}