/*
Theme Name: istyle
Theme URI: https://istyle-eg.com
Description: Custom luxury child theme for istyle
Author: istyle
Template: astra
Version: 1.0
Text Domain: istyle
*/

:root {
    --istyle-burgundy: #5A1C2D;
    --istyle-ivory: #F3ECE2;
    --istyle-text: #222222;
    --istyle-border: rgba(90, 28, 45, 0.16);
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: var(--istyle-ivory);
    color: var(--istyle-burgundy);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

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

a {
    color: inherit;
    text-decoration: none;
}