:root {
    --primary-color: #004c52;
    --secondary-color: #000;
    --tertiary-color: #fff;
    --font-family: "altivo", sans-serif;
    --font-weight: 400;
    --font-style: normal;
    --border-width: 10px;
    --border-style: solid;
    --border-color: #000;
    --font-family-2: "Archivo Black", sans-serif;
}