/*
Theme Name: Cigalon
Text Domain: cigalon
Version: 1.0
Requires at least: 6.4
Requires PHP: 8.5
Description: Thème WordPress pour le restaurant Le Cigalon
Tags: cigalon
Author: karac web Sàrl
Author URI: https://karac.ch
Theme URI: https://karac.ch
*/

/* Général */
:root {
  /* colors */
  /* Exemple :
  --dark-bg-color: #00775b;
  --medium-bg-color: #eee8da;
  --light-bg-color: #fdfdf5;
  --main-text-color: #1e1e1c;
  --important-color: #bf1b1a;
  */
}

/* Fonts */
/* Exemple :
@font-face {
  font-family: robotoRegular;
  src: url(font/Roboto-Regular.ttf);
}
@font-face {
  font-family: robotoMedium;
  src: url(font/Roboto-Medium.ttf);
}
@font-face {
  font-family: robotoLight;
  src: url(font/Roboto-Light.ttf);
}
*/

html {
  scroll-behavior: smooth;
}

/* popup */
.pum-content p {
  padding-bottom: 0.6rem;
  font-size: 14px !important;
}
.wp-block-popup-maker-cta-button__link {
  background-color: #2A4A90 !important;
  border-radius: 0.25rem !important;
}
.wp-block-popup-maker-cta-button__link:hover {
  background-color: #84BEF2 !important;
  color: white !important;
}
.pum-content+.pum-close {
  -webkit-border-bottom-left-radius: 0.25rem !important;
  -moz-border-radius-bottomleft: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
/* END popup */


/* END Général */


/* Header */

/* END Header */




/* Accueil */

/* END Accueil */
