@use "sass:map"; @import 'reset'; @import 'variables'; html { font-family: $font_family; } @import 'common'; @media screen and (max-width: 800px) { @import 'phone'; } @media screen and (min-width: 800px) { @import 'wide'; }