@font-face {
    font-family: "Roboto";
    src: local("Roboto"), local("Roboto-Regular"),
        url("fonts/RobotoSlab-Regular.ttf") format("truetype");

    font-style: normal;
}

html,
body {
    font-family: "Roboto" !important;
}

:root {
    --main-bg-color: #34296F;
    --main-bg-rgba-color: 52, 41, 111;
}
