/*
Theme Name: Everlee Labs Base Theme
Theme URI: https://github.com/EverleeLabs/el-theme
Author: Jamie Van Raalte
Author URI: https://github.com/jamievanraalte
Description: A minimal WordPress theme compatible with Beaver Themer. This theme provides the essential files required for WordPress theme recognition and implements full support for Beaver Themer headers, footers, and parts.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: el-theme
Tags: minimal, beaver-themer, compatible
*/

/* Base Reset Styles */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

