:root {
    font-family: "Inter", Arial, sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: inherit;
    background-color: #ececf4 !important;
}

.bg-auth {
    background-image: url("/assets/app/images/illustrations/virtual-reality-technology-5204664.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
