/*   
Theme Name: Tea Theme V4
Theme URI: Theme fond vert
Description: Une courte description
Author: Stephane GUERIN
Author URI: votre URL
Version: 0.1
.
Commentaires généraux / Information de licences si applicable.
.
*/


:root {
  --background-color: #182910;
  --background-color-blockheading: #182910;
  --background-color-ArticleH1: #182910;
  --background-color-Menu: #6D813A;
  --background-color-columnMiddle: #5F7333;

  --border-color: white;

  --text-color: white;
  --text-color-menu: #fff;  
  --text-color-a: floralwhite;
  --text-color-a-visited: #f7ffea;

  --text-H1-FontFamily: savoyeregular;
  --text-H1-FontSize: xxx-large;
  --text-H2-FontFamily: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
  --text-H3-FontFamily: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  --text-Menu-FontFamily: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  
  --text-FontFamily: Arial, sans-serif;
}



@font-face {
  font-family: 'savoyeregular';
  src: url('/wp-content/themes/Tea4/font/savoye_regular-webfont.woff2') format('woff2'),
    url('/wp-content/themes/Tea4/font/savoye_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


