:root {
    --font: "Montserrat", sans-serif;
    --primary: #333;
    --secondary: #b00836;
    --tertiary: #1e2828;
    --grey: #f1f1f1;
    --button__hover: #3d3b3b;
    --border_red: 1px solid #b00836;
}