@mixin default-theme {
  :root {
    $background-color: var(--color-gray-fff);
  }
}
