/**
 Theme Name: AFUL 1
 Template:   twentytwentyone
 Theme URI: https://wordpress.org/themes/twentytwentyone/
**/

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 822px) {
  :root {
    --responsive--aligndefault-width: min(
      calc(100vw - 8 * var(--global--spacing-horizontal)),
      840px
    ) !important;
    --responsive--alignwide-width: min(
      calc(100vw - 8 * var(--global--spacing-horizontal)),
      1240px
    ) !important;
  }
}