@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Roboto", sans-serif;
	background-color: #000!important;
	color: white;
}

.brand-color {
	color: #D40000;
}

.brand-button {
        background-color: #DC0000;
        border-color: #DC0000;
        color: white;
	  transition: background-color 0.3s ease;

    }
    .brand-button:hover {
        background-color: #C00000;;
        border-color: #C00000;;
        color: white;
    }