/*
Theme Name: Dewagg WP
Theme URI: https://aplikasitaruhanbola.net/
Author: Dewagg Team
Description: Tema custom konversi dari HTML Dewagg dengan fitur Overlay dan Mobile First.
Version: 1.1
*/

/* --- Import Icon Font External --- */
@import url(https://cdn-proxy.globalcontentcloud.com/common/font/v1/icons.css);

/* --- Reset & Variables --- */
:root {
    --theme-color: #747a7c;
    --theme-color-rgb: 116, 122, 124;
}

/* ... (Salin semua CSS panjang dari file HTML asli/sebelumnya di sini) ... */
/* Agar styling tetap jalan, pastikan Anda paste CSS dari tag <style> di HTML asli ke sini */

/* CSS Tambahan WP */
body { margin: 0; padding: 0; background-color: #0b0b0b; color: #fff; font-family: Avenir, Helvetica, Arial, sans-serif; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }