/*
Theme Name: Rokinso Workspace
Theme URI: https://rokinso.local/workspace
Author: Rokinso
Description: UI-only theme for the Rokinso Workspace platform.
Version: 1.0.0
Text Domain: rokinso-workspace
Requires at least: 6.5
Requires PHP: 8.0
License: GPL-2.0-or-later
*/

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #1d2327;
    background: #f0f0f1;
}

.rk-site-header,
.rk-site-footer {
    background: #ffffff;
    border-bottom: 1px solid #dcdcde;
    padding: 16px 24px;
}

.rk-site-footer {
    border-top: 1px solid #dcdcde;
    border-bottom: 0;
}

.rokinso-workspace-shell {
    max-width: 960px;
    margin: 24px auto;
    padding: 24px;
    background: #fff;
    border: 1px solid #dcdcde;
    border-radius: 4px;
}

.rk-page-subtitle {
    margin-top: 8px;
    color: #50575e;
}
