/*   
Theme Name: Curved Papers
Theme URI: http://ojambo.com
Description: Curved Papers theme for Wordpress
Author: Edward Ojambo
Author URI: http://ojambo.com
Version: 1.0
Tags: Curved Papers Wordpress Theme Template
*/

/* FRONT-END CSS */
@import "css/index.css";

*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%; }

:focus {
    outline: none;
}

body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}
 
