/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
    --container-width: 1300px;
    --logo-height: 2.3rem;
    --header-height: 4.5rem;
    --space-xs: 0.25rem;
    --space-s: 0.5rem;
    --space-base: 1rem;
    --space-m: clamp(1.13rem, calc(1.00rem + 0.56vw), 1.50rem);
    --space-l: clamp(1.50rem, calc(1.33rem + 0.74vw), 2.00rem);
    --space-xl: clamp(2.25rem, calc(2.00rem + 1.11vw), 3.00rem);
    --space-2xl: clamp(3.00rem, calc(2.67rem + 1.48vw), 4.00rem);
    --space-3xl: clamp(3.75rem, calc(3.33rem + 1.85vw), 5.00rem);
    --space-section: clamp(4.50rem, calc(4.00rem + 2.22vw), 6.00rem);
    --font-base: 1rem;
    --font-s: 0.75rem;
    --font-xs: 0.5rem;
    --transition: all 0.3s ease-in-out;
    --font-h6: clamp(0.4375rem, 0.4136rem + 0.1064vw, 0.5rem);
    --font-h5: clamp(0.6875rem, 0.6636rem + 0.1064vw, 0.75rem);
    --font-h4: clamp(0.875rem, 0.8271rem + 0.2128vw, 1rem);
    --font-h3: clamp(1rem, 0.9043rem + 0.4255vw, 1.25rem);
    --font-h2: clamp(1.3125rem, 1.1928rem + 0.5319vw, 1.625rem);
    --font-h1: clamp(1.875rem, 1.6835rem + 0.8511vw, 2.375rem);
}

.hero__img-shape{
	border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
}