/*
    This CSS file contains items shared across the site.
 */

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

/* Apply Comfortaa globally */
html,
body,
* {
    font-family: 'Comfortaa', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}