/*
Theme Name: SatelitDK168
Theme URI: https://satelitdk168.com
Author: Satelit Team
Author URI: https://satelitdk168.com
Description: WordPress theme untuk situs slot online SatelitDK168
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: satelitdk168
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #000;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

[class*="col-"] {
    padding: 0 15px;
}

.col-sm-3, .col-md-3 {
    width: 25%;
}

.col-sm-9, .col-md-9 {
    width: 75%;
}

.col-md-12 {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}
