/*
 Theme Name:   Roots
 Description:  Webits custom Roots Theme
 Author:       Webits
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  roots
*/

html {
  scroll-behavior: smooth;
}

article.page-content {
  background: #fff;
  max-width: 2149px;
  margin-inline: auto;
}

body {
  background: #F5E8D9;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.bottom-to-top-text,
.top-to-bottom-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  
}

.bottom-to-top-text {
  transform: rotate(180deg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--lexenddeca);
  text-transform: uppercase;
  font-weight: 500;
}

html[lang="el"] {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--wp--preset--font-family--robotoslab);
  }
}