:root {
  --bg-principal: rgb(30, 30, 30);
  --texte-normal: rgb(254, 254, 254);
}

body {
  background-color: var(--bg-principal);
  color: var(--texte-normal);
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 2rem;
}

.webstyle-guide {
  max-width: 800px;
  margin: 0 auto;
}

h1, h2 {
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 1rem;
}

.palette {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.couleur {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #fff;
  font-size: 0.85rem;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0,0,0,0.5);
}

.typos p {
  margin: 0.5rem 0;
}
