/* UberMove Font Definition - Lokale Einbindung */
@font-face {
    font-family: 'UberMove';
    src: local('UberMove Medium'),
         local('UberMove-Medium'),
         url('../fonts/UberMove/UberMoveMedium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UberMove';
    src: local('UberMove Medium'),
         local('UberMove-Medium'),
         url('../fonts/UberMove/UberMoveMedium.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UberMove';
    src: local('UberMove Medium'),
         local('UberMove-Medium'),
         url('../fonts/UberMove/UberMoveMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UberMove';
    src: local('UberMove Medium'),
         local('UberMove-Medium'),
         url('../fonts/UberMove/UberMoveMedium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Marquee Text Styling */
.marquee-text {
    font-family: 'UberMove' !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
