/*
 Theme Name:   Divi Child
 Theme URI:    https://example.com/
 Description:  Child theme for Divi
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     Divi
 Version:      1.0.0
*/

/* Put your custom CSS below this line */

/* ====== Editor's Note (Headings) ====== */
@font-face {
  font-family: 'Editors Note';
  src: url('fonts/EditorsNote-Regular.woff2') format('woff2'),
       url('fonts/EditorsNote-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Editors Note';
  src: url('fonts/EditorsNote-Medium.woff2') format('woff2'),
       url('fonts/EditorsNote-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ====== Satoshi (Paragraph) ====== */
@font-face {
  font-family: 'Satoshi';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
       url('fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ====== Apply Fonts ====== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Editors Note', serif;
  font-weight: 400; /* uses Medium */
}

p {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
}
/* Divi Buttons */
.et_pb_button,
.et_pb_button_wrapper .et_pb_button,
.et_pb_module .et_pb_button,
input.et_pb_button,
button.et_pb_button,
a.et_pb_button {
  font-family: 'Satoshi', sans-serif !important;
  font-weight: 500 !important; /* change to 400 if you prefer */
}

/* Links */
a {
  font-family: 'Satoshi', sans-serif;
}

