@font-face {
    font-family: "Estedad";
    src: url('../fonts/Estedad-FD.woff2') format('woff2');
    font-display: swap;
}

:root {
    --view-font-family: "Estedad", "Tahoma", "Arial", sans-serif;
    --view-body-font-family: var(--view-font-family);
    --view-heading-font-family: var(--view-font-family);
}

body, button, input, select, textarea {
    font-family: var(--view-body-font-family, "Tahoma", "Arial", sans-serif);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--view-heading-font-family, var(--view-body-font-family, "Tahoma", "Arial", sans-serif));
}

/* Vuesax Icon alignment + Reels popup consistency fix */
.view-reels-popup .close-btn,
.view-video-popup .close-btn{
    position:absolute;
    top:15px;
    right:15px;
    z-index:9999;
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}

.view-reels-popup i,
.view-video-popup i{
    color:#fff !important;
    font-size:20px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.view-reels-popup .nav-btn{
    display:flex;
    align-items:center;
    justify-content:center;
}
