/*
Theme Name: Blocksy Child
Description: Child theme per Blocksy
Author: BlackPirates
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/
/* =========================================================
   FONT
========================================================= */

@font-face {
    font-family: 'Inter';
    src: url('assets/font/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/font/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/font/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/font/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* =========================================================
   ROOT
========================================================= */

:root {

    --site-max-width: 1280px;

    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 32px;
    --space-lg: 64px;
    --space-xl: 120px;

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 24px;

    --color-primary: #8A6B4F;
    --color-secondary: #B08A63;
    --color-accent: #c59d5f;


    --color-black: #1F1F1C;
    --color-white: #FFFFFF;
    --color-ivory: #F7F4EF;
    --color-taupe: #A89A8A;
    --color-wood: #B08A63;
    --color-bronze: #8A6B4F;
}


/* =========================================================
   BASE
========================================================= */

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Inter', sans-serif;

    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;

    color: var(--color-primary);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Inter', sans-serif;

    font-weight: 700;
    line-height: 1.1;

    letter-spacing: -0.03em;

    margin-bottom: 0.5em;
}

h1 {
    font-size: clamp(42px, 6vw, 72px);
}

h2 {
    font-size: clamp(34px, 5vw, 54px);
}

h3 {
    font-size: clamp(28px, 4vw, 38px);
}

p {
    margin-bottom: 1.5em;
}


/* =========================================================
   IMAGES
========================================================= */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================================================
   HOME
========================================================= */

.is-style-radius-lg {
    border-radius: 24px;
    overflow: hidden;
}
.card-hover {
    transition: transform .3s ease;
}

.card-hover:hover {
    transform: translateY(-6px);
}
#footer .widget_nav_menu{
    padding-top:0;
    margin-top:0;
}
#footer .wp-block-heading{
    margin-bottom:15px;
}
.stk-block-columns{
    /*margin:120px 0 !important;*/
}