/*
Theme Name: TELET
Theme URI: https://core.bosserpnext.com/
Description: Standalone WordPress presentation host for CORE.BOSS, sans thème parent.
Author: BOMOJA
Author URI: https://core.bosserpnext.com/
Version: 0.1.57
Text Domain: telet
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-colors, custom-menu, featured-images, theme-options, translation-ready
*/

body.telet-public-site .telet-footer__bottom {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
}

body.telet-public-site .telet-footer__bottom .boss-footer-note {
  border-top: 0 !important;
  display: block !important;
  margin-inline: auto !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  text-align: center !important;
  width: fit-content !important;
}

/*
  TELET baseline:
  - TELET owns its templates, assets and Theme Kernel without a parent theme.
  - No parent theme remains in the runtime.
  - Keep this file lightweight; put most styling into /assets/css/*.css.
*/

:root {
  /* Minimal fallback tokens (real tokens live in assets/css/tokens.css) */
  --telet-radius: 14px;
}
