/*
Theme Name: Dantes Nest
Theme URI: https://example.com/dantes-nest
Author: Dantes Nest
Description: A custom storefront theme for Dantes Nest.
Version: 1.0.0
Text Domain: dantes-nest
*/

body {
    font-family: 'Inter', sans-serif;
    color: #111111;
    background-color: #ffffff;
    overflow-x: hidden;
}

.heading-font {
    font-family: 'Montserrat', sans-serif;
}

.yellow-badge {
    background-color: #EFFB50;
    color: #111111;
}

.product-hover-card {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.product-hover-card:hover {
    transform: translateY(-4px);
}

.toast-slide {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}