/*
Theme Name: Main Point
Theme URI: https://mainpoint.example
Author: Main Point Team
Author URI: https://mainpoint.example
Description: Custom WordPress theme for Main Point Academy with custom Gutenberg blocks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: main-point
*/

.block-blog {
    background: var(--mp-bg-light);
}

* {
    transition: all 0.3s ease;
    scroll-behavior: smooth;
}