:root {
  --primary-color: #fdedca;
  --accent-color: #2c1f17;
  --accent-color-average: #f8931d;
  --accent-color-light: #a05c31;
  --secondary-color: #ffb95a;
  --trinity-color: #b9915c;
  /* Roundels and stripes of the menu */
  --four-color: #d9cdcd;
  --five-color: #efefef;
  --hi-color: #fbf9f0;

  --black-color: #000;
  --white-color: #fff;
  --error-color: #ff1e00;

  /* Darkening of elements */
  --blackout-color: rgba(0, 0, 0, .5);
  --blackout-color-light: rgba(0, 0, 0, .1);

  /* Additional customized colors */
  --color1: #f0bd8a;
  --color2: #be854b;
  --color3: #ebae6f;

  /* Radii borders of common styles */
  --border-radius-small: 5px;
  --border-radius-big: 10px;
  --border-radius-item: 50%;
  --dekor-item: 0;
  /* To make circles appear in the menu, put 11px - only if there are no drop-down lists */

  /* Site Fonts */
  --font-family-text: 'Roboto', sans-serif;
  --font-family-H1: "PT Sans Narrow", sans-serif;
  --font-family-H2: "PT Sans Narrow", sans-serif;

  /* Button corners and stripes */
  --button-border-radius: 30px;
  /* Angularity of all buttons */
  --button-border-radius-small: 5px;
  /* Angularity of the button with stripes only */
  --height-line-bottom: 2px;
  /* Strip width */
  --attraction-bottom: -4px;
  /* /* The distance of the strip to the button */
  --button-color: #ff8400;
  /* The color of the stripes and the color of the button with stripes by default */

  /* Blurring and darkening the background image of the H1 header*/
  --filter_back_title: brightness(65%) blur(1px);

  /* Managing headers */
  --h1-align: center;
  --h2-align: center;
  --h3-align: center;

  /* Accordion style */
  --accordion__toggle-text: break-spaces;
  /* Set the value to "nowrap" so that the text does not wrap to the next line. */

/* 404 */ 
--background-404-color: #2f2527;
--background-404-image-url: url(/wp-content/uploads/bamboo-forest_black.jpg);

}
