/*
Theme Name: Twenty Twenty-Three Child
Template: twentytwentythree
Theme URI: https://greenlifeit.com/
Author: Asiqur Rahman <asikur22@gmail.com>
Author URI: https://asique.net/
Description: WP child theme for Twenty Twenty-Three
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentythree-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

:root :where(body) {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.wp-site-blocks {
	padding: 0;
}