/* Custom Base Styles - Font Size */

/* Set default font size to 16px for consistent rem-based sizing */
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Now you can use rem units throughout your site
   1rem = 16px
   0.875rem = 14px
   1.125rem = 18px
   etc.
*/
