/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Font preîncărcat și variabil */
@font-face {
  font-family: 'AlphaNotoV';
  src: url('/wp-content/themes/Impreza-child/fonts/Noto-Var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'AlphaNotoV', system-ui, -apple-system, sans-serif;
}

/* Gap global pentru coloane */
:root {
  --col-gap: 2.5rem;
}

.gap-col .vc_column-inner {
  display: flex;
  flex-direction: column;
  gap: var(--col-gap, 1.5rem);
}

/* Elimină marginile implicite din Impreza */
.gap-col .vc_column-inner > * {
  margin-bottom: 0 !important;
}