/*
Theme Name: The Magic Theme
Theme URI: https://themagic.mx
Author: Fausto Castillo
Author URI: https://themagic.mx
Description: Tema personalizado para The Magic Blog
Version: 1.0
Text Domain: themagictheme
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #F9FAFF;
    color: #262626;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.coming-soon-container {
    text-align: center;
}

.logo {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    color: #262626;
}
