/*
Theme Name: Izmoto
Theme URI: https://izmoto.com
Author: Antigravity
Description: Premium motorcycle introduction theme with a modern dark aesthetic.
Version: 1.0.0
Text Domain: izmoto
*/

/* Basic Reset and Layout */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
