/*
Theme Name: Six
Theme URI: https://frontendtanfolyam.hu/
Author: FrontendTanfolyam
Author URI: https://frontendtanfolyam.hu/pocsik-emese-frontend-fejleszto/
Description: Basic Block Theme by Emese Pocsik
Tags: one-column, custom-colors, custom-menu
Version: 1.0
Requires at least: 6.4
Tested up to: 6.6
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: six
*/

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    margin-top: 0 !important;
}

body {
    overflow-x: hidden;
}

.wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9 !important;
}


figure:has(img) {
    line-height: 1;
}


.heading-title {
    font-size: 13vw;
    text-transform: uppercase;
}