/*
Theme Name: CXT Shell
Theme URI: https://www.carrextriangle.fr/
Author: Carré X Triangle
Description: Thème WordPress minimal servant de coque technique pour CXT. Le routage reste géré par WordPress et les plugins CXT ; le thème n'ajoute aucune redirection ni logique métier.
Version: 0.1.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: cxt-shell
*/

html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

img,
video,
iframe {
    max-width: 100%;
}

.cxt-shell-fallback-content {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0;
}

.cxt-shell-fallback-content > :first-child {
    margin-top: 0;
}

.cxt-shell-fallback-content > :last-child {
    margin-bottom: 0;
}
