:root {
    
    
    --text-primary: #2d373c;
    --text-secondary: #454545;
    --text-tertiary: #666666;
    --c-primary: var(--site-color);
    --f-primary: "Barlow", sans-serif;
    --f-secondary: "Montserrat", sans-serif;
    --f-secondary-two: "helveticaneueregular";
    --shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1);
}