/*
 Theme Name: Magepublisher
 Author: Converted LLC
 Author URI: https://converted.co.uk
 Description: Magepublisher WP Theme
 Version: 1.624
 Text Domain: magepublisher
*/

/* Basic resets and defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  line-height: 1.6;
}
