/*
 Theme Name:   Nix
 Theme URI:    https://www.lunebuilder.com
 Description:  The fastest Lune WordPress theme
 Author:       Ab2Web Team
 Author URI:   https://www.ab2web.com
 Version: 1.0.9
 Text Domain:  nix
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Cargar fuentes desde carpeta fonts */
@font-face {
  font-family: 'Mark Bold';
  src: url('assets/fonts/mark-bold.woff2') format('woff2'),
    url('assets/fonts/mark-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mark Book';
  src: url('assets/fonts/mark-book.woff2') format('woff2'),
    url('assets/fonts/mark-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Aplicar fuentes a elementos con fallbacks robustos */
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: 'Mark Bold', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
}

p,
div,
span,
li,
input,
button,
textarea,
select,
label {
  font-family: 'Mark Book', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}
