@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primaryColor: rgb(60, 16, 83);
    --white: #fff;
    --black: #000;
    --secondaryColor: #8943ad;
    --terchairyColor: #f6f2ff;
    --primaryGradient: linear-gradient(45deg, rgb(39 10 54), #9D36E1);
    --primaryGradient2: linear-gradient(64deg, rgb(39 10 54), #9D36E1);
}

* {
    font-family: "Inter", serif;
}

body {
    overflow: auto;
}

html {
    overflow: hidden;
}
