/*
Theme Name: Divi Child
Theme URI: https://sie7e24.es
Description: Child theme for Divi
Author: sie7e24
Template: Divi
Version: 1.0.0
*/

/* 
  ⚠️ No pongas CSS aquí de momento.
  Solo estructura base.
*/
/* Mabry Pro Font */

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

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

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