/*
Theme Name:   Tema Figlio
Description:  Ensoul's Twenty Twenty-Five child theme. In combination with Ensoul React Blocks
Author:       Ensoul
Template:     twentytwentyfive
Version:      1.0.1
Text Domain:  twentytwentyfivechild
*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  overflow-x: hidden;
}

/* For WebKit/Blink browsers */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #868686;
}

::-webkit-scrollbar-thumb {
  background: #d5d5d5;
}

::-webkit-scrollbar-thumb:hover {
  background: #d5d5d5;
}

::selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

::-moz-selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

::-webkit-selection {
  background-color: #d5d5d5; /* Blue */
  color: #212121; /* White */
}

strong {
  font-weight: 600;
}

.comment.swiper-slide {
  height: 100%;
}