/*
Theme Name: Maystre Custom
Theme URI: https://maystre.swiss
Author: Maystre Geneve
Description: Theme sur-mesure pour Maystre Geneve, sans dependance a une licence tierce.
Version: 1.0.0
Text Domain: maystre-custom
*/

:root {
  /* Couleurs de marque */
  --color-navy: #06253D;
  --color-navy-dark: #062538;
  --color-accent: #16C1E4;
  --color-border-blue: #0067AD;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bg-dark: #0f1621;

  /* Typographie */
  --font-satoshi-regular: "Satoshi-Regular", sans-serif;
  --font-satoshi-medium: "Satoshi-Medium", sans-serif;
  --font-nyght-light: "NyghtSerif-Light", serif;
  --font-nyght-regular: "NyghtSerif-Regular", serif;
  --font-newtitle: "NewTitle-Regular", sans-serif;
  --font-cabinet-regular: "CabinetGrotesk-Regular", sans-serif;
  --font-cabinet-medium: "CabinetGrotesk-Medium", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background-color: var(--color-white);
  font-family: var(--font-satoshi-regular);
  overflow-x: hidden;
}