/*
Theme Name: DreamWeb
Description: A blank theme generated by DreamWeb Tools. Use Theme Code to inject your header, footer, CSS, and JS.
Author: DreamWeb Studio
Author URI: https://dreamweb.studio
Version: 1.0.0
License: GPL-2.0+
*/

/* Reset: remove default margins/padding */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
img { max-width: 100%; height: auto; }