@import 'variables';
@import 'icons';

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
