Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/sass/elements/_body.scss
/*------------------------------------*\
  Elements > Page
\*------------------------------------*/

body {
  color: $color-text;
  font-size: $font-size-medium;
  font-family: $font-sans-serif;
  font-weight: $font-weight-light;
  line-height: $line-height-base;
  background-color: $color-white;

  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

*::selection {
  color: $color-white;
  background: $color-brand;
}