/*
 Theme Name:   Salumeria
 Theme URI:    http://ko3moc.com/salumeria/
 Description:  A child theme of Twenty Twenty-Five
 Author:       ko3moc
 Author URI:   http://ko3moc.com
 Template:     twentytwentyfive
 Version:      1.0.1
 Text Domain:  twentytwentyfive
*/

.soft-wave {
    height: 100px;
    background: linear-gradient(to right, #e9ba70, #7b0e11);
    clip-path: ellipse(100% 100% at 50% 100%);
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .hide-on-tablet {
        display: none !important;
    }
}