/* Localized fonts for Premium Radio Tuner (GDPR compliant) */
@font-face {
    font-family: 'Outfit';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Outfit-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Outfit';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Outfit-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
}

/* Optional Display Fonts */
@font-face {
    font-family: 'Orbitron';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Orbitron-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto Mono';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
}
