/*
Theme Name: WOD v4
Theme URI: https://wheelofdecision.com
Author: Wheel Of Decision
Author URI: https://wheelofdecision.com
Description: A custom theme for Wheel Of Decision website with modern design and functionality.
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wod-v4
Tags: custom-logo, featured-images, custom-menu, theme-options

Wheel Of Decision Theme - Version 4
*/

/* Base Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
