:root {
    --primary-color: rgb(190, 24, 93);
    --primary-color-light: rgb(219 39 119);
    --secondary-color: #374151;
    --secondary-color-dark: #2d3645;

    --warning-color: rgb(239 68 68);
    --warning-color-dark: rgb(209 51 51);

    --success-color: rgb(34 197 94);

    --background-color: rgb(31 41 55);
    --foreground-color: #374151;
}

*:not(svg):not(svg *) {
    font-family: "Gabarito", sans-serif;
}

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    min-height: -webkit-fill-available;
}
