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

:root {
    --primary:   #1877F2;
    --electric:  #0F5FD8;
    --dark-blue: #0A3E91;
    --white:     #F5F7FA;
    --gray-light:#AEB8C5;
    --gray-dark: #2B313A;
    --black:     #05070A;
}

html { scroll-behavior: smooth; }

body {
    background-color: var(--black);
    color: var(--white);
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Michroma', sans-serif;
}
