/*
Theme Name: DRM Talent Portal
Theme URI: https://dynamicrecoverymt.org/
Author: OpenAI
Description: First-run internal talent portal theme for onboarding, training, reviews, and coaching.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: drm-talent-portal
*/

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f4f7fb;
    color: #1e293b;
}


html, body {
    height: 100%;
}

body.drm-portal-fullscreen-page {
    margin: 0;
    min-height: 100dvh;
    overflow: hidden;
    background: #f9fafb;
}

body.drm-portal-fullscreen-page .entry-content,
body.drm-portal-fullscreen-page .wp-block-post-content,
body.drm-portal-fullscreen-page .post,
body.drm-portal-fullscreen-page article,
body.drm-portal-fullscreen-page main {
    margin: 0;
    max-width: none;
}
