/* ===================================
   GLOBAL STYLES & RESET
   =================================== */

* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

body {
  background-color: white;
}