* {
    font-family: "Nunito", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Arial;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --black: #000;
    --white: #fff;
    --offwhite: #f5f5f5;
    --gray: #888;
    --border-radius: 0.25rem;
    --sleek-border-radius: 50rem;
    --shadow-color: rgba(0,0,0,0.3);
}

/* Custom Google Fonts */
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}