
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2'),
        url('../fonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2'),
        url('../fonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
    text-align: right;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}




@layer utilities {
    .top-section {
        background-image: url("../images/banner.png");
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cart-button {
        background-color: #3dc58e;
    }

    .cart-button:hover {
        background-color: #137576;
    }

    .custom-card {
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        border: 2px solid #3dc58e;
    }
}
