/**
 * @file
 * Visual styles for nodes.
 */

 html{
  scroll-behavior: smooth;
 }

.node--unpublished {
  background-color: #fff4f4;
}
