/*
Theme Name: Getly Lite
Theme URI: https://example.com
Author: Badr
Version: 1.0
Description: Minimal WooCommerce Theme
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: getly-lite
*/

body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    background:#ffffff;
    color:#111;
}

*{
    box-sizing:border-box;
}

a{
    text-decoration:none;
    color:inherit;
}

img{
    max-width:100%;
    display:block;
}

.container{
    width:95%;
    max-width:1200px;
    margin:auto;
}