/*
Theme Name:  İnciSMM Tema
Theme URI:   https://incismm.com
Author:      İnciSMM
Author URI:  https://incismm.com
Description: İnciSMM SMM Paneli için özel WordPress teması. Modern, hızlı ve duyarlı tasarım.
Version:     1.0.0
License:     GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onaysmm-theme
Tags:        smm, social-media, panel, custom, responsive
*/

/* ===================================
   İnciSMM Tema – Base Styles
   (Detaylı CSS: assets/css/theme.css)
   =================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #0f0f1a;
    color: #e2e8f0;
    line-height: 1.6;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}
