/* ============================================================
   Kandelia, jetons et fondations.
   Source de verite : design/maquette.html. Toute divergence se
   corrige ici ET dans la maquette, jamais dans un seul des deux.
   ============================================================ */

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('polices/figtree-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('polices/figtree-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('polices/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('polices/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --k-vert: #0F6E56;
  --k-vert-fonce: #0A523F;
  --k-vert-clair: #1D9E75;
  --k-brume: #E1F5EE;
  --k-encre: #14140F;
  --k-papier: #F5F1E8;
  --k-carte: #FFFDF8;
  --k-bord: #D9D2C3;
  --k-bord-int: #EDE7DA;
  --k-texte: #201D15;
  --k-texte-2: #6B6960;
  --k-texte-3: #9C9A90;
  --k-terre: #C05B2E;
  --k-terre-t: #A34A22;

  --st-planifie-t: #6E6C60;  --st-planifie-f: #F1F0EA;
  --st-envoye-t: #4F5B68;    --st-envoye-f: #EDF0F3;
  --st-confirme-t: #166534;  --st-confirme-f: #E4F5E7;
  --st-annule-t: #B91C1C;    --st-annule-f: #FBEAEA;
  --st-sansrep-t: #92400E;   --st-sansrep-f: #FBF0DF;
  --st-libere-t: #6D28D9;    --st-libere-f: #F2EBFC;
  --st-remplace-t: #1D4ED8;  --st-remplace-f: #E8EFFC;
  --st-reporte-t: #0E7490;   --st-reporte-f: #E2F3F7;
  --st-absent-t: #3F3E38;    --st-absent-f: #ECEBE5;

  --r-carte: 18px;
  --r-bouton: 12px;
  --police: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --police-titre: 'Fraunces', Georgia, serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--k-papier);
  color: var(--k-texte);
  font: 400 16px/1.55 var(--police);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--police-titre);
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
}

.heure, .tabulaire {
  font-variant-numeric: tabular-nums;
}

/* La coquille d'attente, en place jusqu'au bloc 1 */
.coquille {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
}
.coquille .marque {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  background: var(--k-vert);
  display: flex;
  align-items: center;
  justify-content: center;
}
.coquille .marque svg { height: 52px; width: auto; }
.coquille h1 { font-size: 40px; letter-spacing: -0.5px; }
.coquille p {
  margin: 0;
  color: var(--k-texte-2);
  font-size: 15px;
}
