/*
Theme Name: TTF Child theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child theme for Twenty Twenty-Five.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ttfive-child
*/

a {
    transition: all 0.3s ease-in-out !important;
}
html {
    scroll-behavior: smooth;
}