/*
Theme Name: M2 Digital Studio
Theme URI: https://m2digital.studio
Author: Matthew Mattioli
Description: A custom Tailwind CSS theme converted from React mockup.
Version: 1.0
License: GNU General Public License v2 or later
*/

/* Basic Reset */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}