/*
Theme Name: ZirveFM Canli Radyo Dinle Portal Teması
Theme URI: https://zirvefm.com/
Author: ZirveFM A.S.
Author URI: https://zirvefm.com/
Description: Canlı Radyo istasyonları, ses kayıt, ve gelişmiş yapay zeka şarkı tanımlayıcı (AI Song Recognizer) özellikleri içeren premium, modern ve yüksek performanslı WordPress Canlı Radyo Portal Teması. Windows Media tarzı mükemmel medya paneli eşzamanlı çalışır.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zirve-radyo-theme
Tags: radio, streaming, audio, portal, media-player, dark, responsive-layout, portfolio, custom-background

This theme is developed specially for premium live audio stream operations.
*/

@import url("assets/css/app.css");

body {
    background-color: #020617;
    color: #f8fafc;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.animate-marquee {
  display: inline-flex !important;
  white-space: nowrap !important;
  padding-left: 0 !important;
  animation: marquee 15s linear infinite;
  will-change: transform;
}
