/*
*
*   Fiducial - Y-Proximité
*   --
*   ROOT /
*   Theme 019 - Pixel
*   --
*   Author: Y-Proximite - Claire O'Dea
*
*/

/**
* #.# Fonts
*/

@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@800&amp;family=Raleway:wght@300;400;700&amp;display=swap);

/**
* #.# Variables CSS
*/

:root {    
  
  /** Color **/

  --body-color: #333333;
  --primary-color: #EE6DC7;
  --secondary-color: #463F32;
  --header-menu-color: #ffffff;
  --header-title-color: #463F32;
  --slider-color: #ffffff;
  --footer-menu-color: #ffffff;

  /** Background colors **/
  --body-bg: #ffffff;
  --header-bg: #ffffff;  
  --list-bg: #ffffff;
  --hp-slider-bg: rgba(7,22,31,0.19);

  /** Font **/

  --global-font-family: Raleway,sans-serif;
  --global-font-size: 16px;
  --global-font-weight: 400;

  --title-font-family: Playfair Display,serif;
  --title-font-line-height: 1.1;
  --title-font-size: 48px;
  --title-font-txt-transform: none;
  --title-font-weight: 800;
  
  --menu-font-size: 18px;
  --menu-font-txt-transform: uppercase;
  --menu-font-weight: normal;

  --slider-align: left;
  --title-align: center;
  
  --header-title-size: 16px;
  
  --icons-social-media-size: 24px;
}
