/* font-family: "Inter",sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root{
    --black: #000;
    --white: #fff;
    --yellow: #fbb919;
    --purple: #445db5;
    --light: #f7f7f7;
    --dark: #151515;
}