/*
Theme Name: Solny Kanban
Theme URI: https://crm.vd-alusysteme.de/
Author: VD Alusysteme
Description: Minimal theme for displaying the Solny Kanban shortcode.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: solny-kanban
*/

:root {
    --solny-background: #f5f7fb;
    --solny-text: #111827;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: var(--solny-background);
    color: var(--solny-text);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.solny-app {
    min-height: 100vh;
    width: 100%;
}

.solny-shortcode-missing {
    max-width: 760px;
    margin: 48px auto;
    padding: 24px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: #ffffff;
    color: #374151;
}
