/*
Theme Name: Retailer
Description: Custom WooCommerce theme for Smart Retailer.
Version: 0.1.0
Author: Reuven
Text Domain: retailer
*/

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #2b1847;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}
