:root {
    --font-family-1: "Patrick Hand";
    --font-family-2: "Avenir";
    --primary-color: #ef6a5e;
    --secondary-color: #303030;
    --third-color: #6ac6c4;
    --warning-color: #a80000;
    --bg-color : #f5eddc;
    --transition : all 0.4s ease;
    --green: #9fdc40;
    --yellow: #efc532;
    --purple: #8c4bd6;
} 