/*
* Theme Name: WPThemeFramework
* Theme URI: https://github.com/vinojcardoza/wpthemeframework
* Description: A framework for building WordPress themes.
* Author: Vinoj Cardoza
* Author URI: https://github.com/vinojcardoza
* Version: 1.0.0
* Text Domain: wpthemeframework
*/

html { box-sizing: border-box; -webkit-text-size-adjust: 100%; } *, *::before, *::after { box-sizing: inherit; margin: 0; padding: 0; }