/**
 * Theme Name:        ALE Material Theme
 * Description:       Thème WordPress React + Material UI inspiré d'un univers sportif noir, blanc et rouge.
 * Version:           1.0.0
 * Author:            ALE
 * Text Domain:       ale-material
 * Requires at least: 6.6
 * Requires PHP:      8.0
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

:root {
  --ale-primary: #d60000;
  --ale-background: #050505;
  --ale-surface: #111111;
  --ale-text: #ffffff;
}

html {
  background: var(--ale-background);
}

body {
  margin: 0;
  background: var(--ale-background);
  color: var(--ale-text);
}

#ale-material-root {
  min-height: 100vh;
}

.ale-build-error {
  box-sizing: border-box;
  max-width: 900px;
  margin: 80px auto;
  padding: 32px;
  border: 1px solid rgba(214, 0, 0, 0.55);
  background: #111;
  color: #fff;
  font-family: Arial, sans-serif;
}

.ale-build-error code {
  color: #ff5252;
}
