/*
Theme Name: Nest N Thrive
Theme URI: https://nestnthrive.com
Author: Nest N Thrive
Author URI: https://nestnthrive.com
Description: Custom theme for Nest N Thrive - V2 Aura Edition
Version: 2.0.8
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: nestnthrive
*/

/* Base Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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;
}

a {
    color: inherit;
}
