@font-face {
  font-family: "CowboyFont";
  src: url("./fonts/QuentinCaps.ttf") format("truetype"); /* Safari, Android, iOS */
}

:root {
  --cowboy-site-color: #bc3f73;
  --cowboy-background-color-dark: #75524a;
  --cowboy-background-color-light: #fff2db;
}

.cowboy_header {
  position: fixed !important;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.cowboy_header,
.cowboy_header > * {
  background-color: transparent !important;
}

.cowboy_header .header-fixed {
  background-color: #ffff !important;
}

.cowboy_footer-legals {
  background-color: #ffff !important;
}

.wordpress-container-cowboy {
  padding: 0 !important;
  overflow: hidden !important;
}

/* Prevent 100vw overflow on mobile */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.wordpress-container-cowboy .e-con-inner {
  margin: 0 !important;
}

.wordpress-container-cowboy p {
  margin: 0 !important;
}

#banner_ddd_cred_impot,
.elementor-element-9766363,
.elementor-element-abe9984 {
  display: none !important;
}

.elementor-element-a6b3d4b {
  display: none !important;
}

.cowboy-logged-in .elementor-element-a6b3d4b {
  display: revert !important;
}
