/*!
*  Theme Name: Froppy
*  Author: Leonardo Furlanis
*  Author URI: https://leonardofurlanis.it
*  Tags: full-site-editing, block-patterns
*  Text Domain: froppy
*  Requires at least: 6.8
*  Requires PHP: 8.3
*  Tested up to: 6.9
*  Version: 1.0.0
*/
* {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scrollbar-color: var(--wp--preset--color--primary) #aaa;
  scrollbar-width: thin;
  scroll-margin-top: 300px;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--primary);
}
*::-webkit-scrollbar-track {
  background: #aaa;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
pre {
  white-space: pre-wrap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
li,
a {
  word-wrap: break-word;
}

p:empty {
  display: none;
}

.site-footer {
  margin: 0;
}