/*
Theme Name: RRReis Portaal
Theme URI: https://www.rrreis.nl/
Author: Keolis / RRReis
Description: Minimalistisch app-thema voor het RRReis Bevoegdhedenportaal. Ontworpen als pure inlogapp zonder publieke navigatie.
Version: 1.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: rrreis-portaal
*/

html, body {
    margin: 0;
    min-height: 100%;
}
body {
    background: #f4f7f7;
}
a {
    color: inherit;
}
#wpadminbar {
    z-index: 99999;
}
.rrreis-theme-fallback {
    max-width: 760px;
    margin: 80px auto;
    padding: 34px;
    font-family: "Segoe UI", Arial, sans-serif;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(30,50,60,.12);
}
.rrreis-theme-fallback h1 {
    color: #007a4e;
}
