/* Google Fonts: Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* Color variables */
:root {
    --font: 'Poppins', sans-serif;
    --w: white;
    --b: black;
    --r: #a30000;
    --a: #004777;
}