/*
Theme Name: Rebels Airbrush Tattoos
Description: Custom theme for Rebels Airbrush Tattoos business
Version: 1.0
Author: Gary De-Vanche
*/

/* This file only contains theme declaration and imports */
/* Individual CSS files are loaded via functions.php */

/* Base reset - minimal global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Kodchasan
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}