@import '~normalize.css';
@import 'typography.scss';

/* ==========================================================================
   Proper box-sizing model
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}
