<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --black: #000000;
  --blanc: #fafafa;
  --bleupressed: #1d85c6;
  --bleupressed2: #1d85c6;
  --bleupressed3: #1d85c6;
  --encre: #50607e;
  --exemple: #afb6bd;
  --fond: #eceff5;
  --palpashopdfaut: #fa557b;
  --palpashopdfaut2: #fa557b;
  --palpashopdfaut3: #fa557b;
  --attention: rgba(255, 117, 16, 1);

  --beautyshop: #f2304e;
  --coiffeshop: #b365ff;
  --copyshop: #8788af;
  --epishop: #95cb1b;
  --fond-boutique: #254a64;
  --foodshop: #e8b731;
  --geekshop: #2eb1f5;
  --laveshop: #07cad3;
  --mecanoshop: #5490f2;
  --patishop: #f84692;
  --petshop: #de7821;
  --retoushop: #ed612e;
  --schoolshop: #5d9582;
  --studioshop: #42b554;
  --zenshop: #35d8b8;
  --default:#eceff5;

  --font-size-l2: 16px;
  --font-size-xxl: 22px;

  --font-family-fredoka: "Fredoka", Helvetica;
}

.sous-titre {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.gros-corps {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-l2);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.gros-texte {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-s2);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.gros-corps-secondaire {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.corps {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-l2);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.corps-secondaire {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.lger-corps-secondaire {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.input {
  color: var(--encre, #50607E);
  font-family: var(--font-family-fredoka);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gros-tapbar {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.tapbar {
  font-family: var(--font-family-fredoka);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}</pre></body></html>