@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --text-dark: #171717;
  --text-light: #525252;
  --extra-light: #a3a3a3;
  --white: #ffffff;
  --light_beige: #f8f6ee;
  --brown: #544434;
  --almond: #eaddca;
  --camel: #c19a6b;
  --max-width: 1200px;
  --header-font: "Montserrat", serif;
  --amourVu-beige: #f3ede5;
  --beige: #FFF3E3;
  --eggshell: #f9f2ec;
  --orange-brown: #B1640F;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--beige);
  background-image: url('assets/FONDPAGE.PNG');
  background-repeat: repeat;
  background-size: cover; 
  background-position: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}