/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Tema hijo de Astra para personalizaciones
Author: Tu Nombre
Author URI: https://tusitio.com
Template: astra
Version: 1.0.0
*/

/* Acá podés agregar tus estilos personalizados */


/* Proxima Nova Bold (o semibold) */


/* === Proxima Nova Local === */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/astra-child/assets/fonts/proximanova_light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/astra-child/assets/fonts/proximanova_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/astra-child/assets/fonts/proximanova_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('/wp-content/themes/astra-child/assets/fonts/proximanova_black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* === Fuente global === */
:root{
  --ast-global-font-family: 'Proxima Nova', Arial, sans-serif;
  --ast-body-font-family: 'Proxima Nova', Arial, sans-serif;
  --ast-heading-font-family: 'Proxima Nova', Arial, sans-serif;
}

body, button, input, select, textarea {
  font-family: 'Proxima Nova', Arial, sans-serif !important;
}

