/**
 * FONTES PERSONALIZADAS - INTER
 * Carregamento das fontes da pasta fonts/
 */

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

/* Inter Italic */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Inter Thin */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Inter ExtraLight */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Inter Light */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

/* Inter ExtraBold */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Inter Black */
@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* Aplicar a fonte Inter como padrão em todo o site */
* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

body,
.buybox-single-product,
.woocommerce,
.woocommerce-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Garantir que elementos específicos usem a fonte */
h1, h2, h3, h4, h5, h6,
.title,
.product-title,
.product-name,
.price,
.woocommerce-loop-product__title,
.woocommerce-loop-product__link,
.entry-title,
.page-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Botões e elementos de interface */
button,
.btn,
.button,
input[type="submit"],
input[type="button"],
.wc-forward,
.woocommerce-button,
.woocommerce-Button {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Navegação */
nav,
.menu,
.navigation,
.woocommerce-breadcrumb {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}
