@charset "UTF-8";

/*
	Theme Name: Dino 2025
	Theme URI: https://www.dino-digtal.com
	Description: Twenty Twenty-Five Child Theme
	Author: Dino Digital
	Author URI: https://www.dino-digital.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
	Tags: tpx-impact
	Text Domain: twentytwentyfive-child
*/

*, ::after, ::before {
	box-sizing: border-box;
}

a:focus,
:where(.wp-site-blocks *:focus) {
	outline:transparent;
}

:root :where(body),
body {
	font-smooth: always;
	outline: transparent;
	line-height: normal;
	padding:0;
	font-family: "Poppins", sans-serif;
}

:root :where(.wp-block-separator.is-style-wide--4:not(.alignfull)) {
	max-width:1320px!important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	padding-top:10px;
	padding-bottom:10px;
}

:root :where(.is-layout-flex),
:root :where(.wp-block-columns-is-layout-flex) {
	gap:1.5rem;
}
.entry-content {
	padding-left:0;
	padding-right:0;
}