/* Fonts */
@font-face {
    font-family: 'Lexend';
    src: url('../assets/fonts/lexend-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../assets/fonts/lexend-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    src: url('../assets/fonts/material-symbols.ttf') format('truetype');
    font-weight: 100 700;
    font-style: normal;
    font-display: swap;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/* Custom EKG Motif Pattern */
.ekg-bg {
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuCF0tSaoa3wegvpsgJvdKnJIkbIzU9uQfSc0_y3pm2PNr97VM-Fp_Te7SOHsjQOYACQtjl-1SDC_24Z9JI9LxPDv9egxgB3WsNXRBHFd-8B0q_fO-yxmfm3da6MQzY7Yn5LgdbHIJMKR7bl_eBuZzspZKjW2NPCK02n-VNIu1IMwnlWM2YKXTktmFqPztrHIIV-eKFZATV29dzSfAtG9geixtFaQ-ObWfUW25JKV_NVyDG78qYlBNjwzK0kRzW7yEr1sCEtXA2afT5l);
    background-repeat: repeat-x;
    background-position: center;
}

.ekg-line-divider {
    height: 60px;
    width: 100%;
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuAa6SEH8buIRMOm4VOqCXxMgf-LztL7GDAC0xjgQicC0KzvRf-zYziL8Tl1w6IjBLAJs751tKDty3LLQHTSkoLUFWCvrtz3b17Ha9CfajchnyJNfdfHAMqhAx_-0uMzLbW6PGhYF-dJVK3s_M52HOwc89dqwlv673PRJBVm6YZ-hxmPo18aMd5w-qkuIeY0HqhWZlyFpYskLG6TsTmcTk8KGKSUXsGC4KnXssDvPyy2mxDAoFubcB0XS17Tu5jLqdpTxgV_BwtlvVPD);
    background-repeat: repeat-x;
    background-position: center;
    opacity: 0.3;
}

/* Glassmorphism utility */
.glass {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Basic transitions */
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

/* UI Utilities */
.no-scroll {
    overflow: hidden !important;
}

.product-main-image {
    max-height: 500px;
}

.bg-none {
    background-image: none !important;
}
