/*   
Theme Name: Achieve Foundation
Description: Custom WordPress theme for Achieve by 4 Elbows.
Version: 1
*/

/*
RESET CSS
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
