/*
Theme Name: ibbl
Author: Tatjana Veselinović
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: ibbl
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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