@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&display=swap');

:root {
  /* Palette pastels */
  --color-blue:   #a8c8f0;
  --color-mint:   #b0e8b8;
  --color-peach:  #f0c8a8;
  --color-lilac:  #c8a8f0;
  --color-yellow: #f0e8a8;

  /* Neutres */
  --bg:           #080c12;
  --bg-surface:   #111820;
  --border:       #1e2a38;
  --text:         #e0e0e0;
  --text-muted:   #888;

  /* Typo */
  --font-mono: 'Ubuntu Mono', monospace;
}
