/* 📝 LOG: utilities.css - Утилитарные классы */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}
