$backgroundColor: ffffff; $bodyColor: #000000; $bodyFont: -apple-system,BlinkMacSystemFont,“Segoe UI”,Helvetica,Arial,sans-serif,“Apple Color Emoji”,“Segoe UI Emoji”,“Segoe UI Symbol”; $linkColor: #212529 !important;

body {

background: $backgroundColor;
color: $bodyColor;
font-family: $bodyFont;

}

body a {

color: $linkColor

}