:root { --primary-2-color: rgb(120, 139, 127); }  *{ scrollbar-width: auto; scrollbar-color: var(--accent) var(--primary); }  *::-webkit-scrollbar{ width: 16px; } *::-webkit-scrollbar-track{ background: var(--primary); } *::-webkit-scrollbar-thumb{ background-color: var(--accent); border-radius: 0px; border: 1px solid var(--primary); }  .bricks-button { font-family: Montserrat, sans-serif; }  .kf--hyphens { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }  @media screen and (max-width:481px) { p, h1, h2, h3, h4, h5, h6 { word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; } }