@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&family=Poppins:wght@300;400;800&display=swap');

html {
    --dark-background: #05253b;
    --light-background: #1d1d1e;
}

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}