:root {
    --primary-background: #000;
    --primary-color: #9e0a0f;
    --primary-color-transparent: #9e0a0fbd;
    --primary-color-hover: #77060a;
    --primary-font: "Archivo Black";
    --primary-font-weight: 400; 
    --button-text-color: #FFF;
    --button-background: #9e0a0f;
    --button-background-hover: #77060a;
}
