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

:root {
	/* Shadows */
	--box-shadow-sm: 0px 1px 3px rgba(7, 6, 6, 0.1);
	--box-shadow-md: 0px 0px 6px rgba(0, 0, 0, 0.1);
	--box-shadow-lg: 5px 3px 6px rgba(0, 0, 0, 0.2);

	/* Fonts */ 

    --font-BARLOW-BOLD: "BARLOW-BOLD", sans-serif;
    --font-MONTSERRAT-BOLD: "MONTSERRAT-BOLD", sans-serif;
    --font-MONTSERRAT-EXTRABOLD: "MONTSERRAT-EXTRABOLD", sans-serif;
    --font-MONTSERRAT-MEDIUM: "MONTSERRAT-MEDIUM", sans-serif;
    --font-MONTSERRAT-SEMIBOLD: "MONTSERRAT-SEMIBOLD", sans-serif;
    --font-POPPINS-MEDIUM: "POPPINS-MEDIUM", sans-serif;
    --font-POPPINS-REGULAR: "POPPINS-REGULAR", sans-serif;

	/* Transitions */
	--transition-fast: 0.3s ease-in-out;
	--transition-slow: 0.5s ease-in-out;

    /* Color */
    --primary: "#84D49D"
}

/* body{
    background-color: black;
} */

