@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary-family: "Montserrat", sans-serif;
    --primary-color: #031c1f;
    --light-color: #FFFDF0;
    --secondary-color: #FFEB80;
    --dark-secondary-color: #1a1814;
    --white: #fff;
    --red: #f34235;
    --green: #50ac5d;
    --blue: #3c86eb;
    --primary-color-light: color-mix(in srgb, var(--primary-color), var(--white) 25%);
    --primary-dark-color: color-mix(in srgb, var(--primary-color), #000 20%);
    --primary-light-color: #82ff60;
}