/*
Theme Name: Custom
Author: Pwlgk
Description: Custom theme for headless WP
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
*/


body {
    background-color: #f0f2f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #444;
}

.placeholder-container {
    text-align: center;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 0.5em;
}

p {
    font-size: 1.2em;
    color: #666;
}
