/*
*
*   Fiducial - Y-Proximité
*   --
*   ROOT /
*   Theme 016 - Menu Web
*   --
*   Author: Y-Proximite - Claire O'Dea
*
*/

/**
* #.# Fonts
*/

@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&amp;display=swap);

/**
* #.# Variables CSS
*/

:root {    
  
  /** Color **/
  
  --body-color: #000000;
  --primary-color: #002f2f;
  --price-color: #d5d798;  
  --category-color: #ffffff;
  --service-color: #000000;
  
  /** Background colors **/
  --body-bg: #cfbcbc;
  --body-bg-url: url();

  --bg-menus: rgba(235,223,176,0.81);
  --category-bg: #d7cd98;
 
  /** Font **/
  
  --global-font-family: Cinzel,serif;
  --global-font-size: 1rem;
  --global-font-txt-align: ;
  --global-font-txt-transform: none;
  --global-font-weight: 400;
  
  --title-font-family: Cinzel,serif;
  --title-font-line-height: 1.2;
  --title-font-size: 1.571428571rem;
  --title-font-txt-align: center;
  --title-font-txt-transform: uppercase;
  --title-font-weight: bold;

  --description-font-style: italic;
}

