/*
 Theme Name:   Divi Child
 Theme URI:    https://edicloud.cl/
 Description:  Child Theme de Divi para personalizaciones (tipografías, estilos, etc).
 Author:       Tu Nombre
 Author URI:   https://edicloud.cl/
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divi-child
*/

/* Aquí puedes añadir tus estilos personalizados */

/* ——————————————————————————————
   Sofia Pro (Regular → Black, con sus italics)
   —————————————————————————————— */
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-ultralight-az.woff')         format('woff');
  font-weight: 200;  /* UltraLight */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-ultralight-italic-az.woff')  format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-extralight-az.woff')         format('woff');
  font-weight: 200;  /* ExtraLight */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-extralight-italic-az.woff')  format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-light-az.woff')              format('woff');
  font-weight: 300;  /* Light */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-light-italic-az.woff')       format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-regular-az.woff')            format('woff');
  font-weight: 400;  /* Regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-regular-italic-az.woff')     format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-medium-az.woff')             format('woff');
  font-weight: 500;  /* Medium */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-medium-italic-az.woff')      format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-semi-bold-az.woff')          format('woff');
  font-weight: 600;  /* SemiBold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-semi-bold-italic-az.woff')   format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-bold-az.woff')               format('woff');
  font-weight: 700;  /* Bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-bold-italic-az.woff')        format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-black-az.woff')              format('woff');
  font-weight: 900;  /* Black */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('fonts/sofia-pro/sofia-pro-black-italic-az.woff')       format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ——————————————————————————————
   Omnes (Thin → Black, con sus italics)
   —————————————————————————————— */
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-thin.woff')            format('woff');
  font-weight: 100;  /* Thin */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-thin-italic.woff')     format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-hairline.woff')        format('woff');
  font-weight: 100;  /* Hairline también ultra-delgado */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-hairline-italic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-extralight.woff')      format('woff');
  font-weight: 200;  /* ExtraLight */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-extralight-italic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-light.woff')           format('woff');
  font-weight: 300;  /* Light */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-light-italic.woff')    format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-regular.woff')         format('woff');
  font-weight: 400;  /* Regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-italic.woff')          format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-medium.woff')          format('woff');
  font-weight: 500;  /* Medium */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-medium-italic.woff')   format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-semibold.woff')        format('woff');
  font-weight: 600;  /* SemiBold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-semibold-italic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-bold.woff')            format('woff');
  font-weight: 700;  /* Bold */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-bold-italic.woff')     format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-black.woff')           format('woff');
  font-weight: 900;  /* Black */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Omnes';
  src: url('fonts/omnes/omnes-black-italic.woff')    format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

