/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Voceva logo font */
@font-face {
    font-family: 'DM Sans';
    src: url('https://voceva.ai/jg/wp-content/themes/JumpingGiraffe/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Player wrapper - relative positioning for logo */
.voceva-player-wrap {
    position: relative;
}

/* Voceva logo */
.voceva-logo {
position: absolute;
    bottom: -4px;
    right: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 0.5px;
    pointer-events: none;
    user-select: none;
    color: #000;
}