/* Reset and Base Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 
SEO Tip: Use this file for non-critical CSS if you expand the site.
Currently, critical CSS is inlined in index.html for maximum speed.
*/
