:root {
    --primary-background: #101010;
    --primary-color: #6e0000;
    --primary-color-transparent: #6e0000bd;
    --primary-color-hover: #590000;
    --primary-font: "Archivo Black";
    --primary-font-weight: 400;
    --button-text-color: #FFF;
    --button-background: #6e0000;
    --button-background-hover: #590000;
}
 