:root {
    --primary-background: #1b1b1b;
    --primary-color: #ba0f12 ;
    --primary-color-transparent: #ba0f12bd;
    --primary-color-hover: #970b0e;
    --primary-font: "Archivo Black";
    --primary-font-weight: 400; 
    --button-text-color: #FFF;
    --button-background: #ba0f12;
    --button-background-hover: #970b0e;
}
