/*
Theme Name: Coming Soon Dark
Description: Tema Coming Soon simpel dengan background gelap.
Author: Admin
Version: 1.0
Tested up to: 7.1
Requires at least: 5.0
Text Domain: coming-soon-dark
*/

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #151a21; /* Warna gelap sesuai gambar */
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.coming-soon-container {
    padding: 20px;
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

p {
    font-size: 1.1rem;
    font-weight: 400;
    color: #e0e0e0;
    margin: 0;
}