html {

font-size: $base-font-size;

}

body {

@include rubik;
color: $slate;

}

*, *::before, *::after {

box-sizing: border-box;

}