/*
Theme Name:   Divi Child
Theme URI:    https://www.elegantthemes.com/gallery/divi/
Description:  Divi Child Theme
Author:       Ahead of the Web Marketing Services
Author URI:   https://www.aheadoftheweb.com/
Template:     Divi
Version:      1.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  divi-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MyriadPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-BOLD.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-BOLDIT.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-COND.woff') format('woff');
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-CONDIT.woff') format('woff');
  font-weight: normal;
  font-stretch: condensed;
  font-style: italic;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
  font-weight: bold;
  font-stretch: condensed;
  font-style: italic;
}
/* === Base Typography === */
body {
  font-family: 'Myriad Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

/* === Headings === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 16px;
}
