:root {
    --primary-background: #111;
    --primary-color: #02F4E0;
    --primary-color-transparent: #02F4E0bd;
    --primary-color-hover: #02F4E0;
    --primary-font: "Archivo Black";
    --primary-font-weight: 400;
    --button-text-color: #000;
    --button-background: linear-gradient(180deg, #03F1DF 0%, #09C9CE 100%);
    --button-background-hover: linear-gradient(180deg, #03F1DF 0%, #09C9CE 100%);
}
 