1 @import 'base'; 2 @import 'colors'; 3 @import 'fonts'; 4 5 $font: 'Inter'; 6 $base-font-size: 16; 7 $desktop: 830px; 8 9 @import 'functions';