/*
Theme Name: Divi Child Theme by xpher.net
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes.
Author: Chris Buck / xpher.net
Template: Divi
*/

/* Ador Hairline - normal weight */
@font-face {
  font-family: "Ador Hairline";
  src: url("https://vacantspaceforgood.com/wp-content/themes/divi-child/fonts/AdorHairline-Medium.woff2") format("woff2"),
       url("https://vacantspaceforgood.com/wp-content/themes/divi-child/fonts/AdorHairline-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Ador Hairline - bold weight (mapped to same file) */
@font-face {
  font-family: "Ador Hairline";
  src: url("https://vacantspaceforgood.com/wp-content/themes/divi-child/fonts/AdorHairline-Medium.woff2") format("woff2"),
       url("https://vacantspaceforgood.com/wp-content/themes/divi-child/fonts/AdorHairline-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply globally */
body, p, li, span, div,
h1, h2, h3, h4, h5, h6,
.et_pb_text, .et_pb_module h1, .et_pb_module h2, .et_pb_module h3,
.et_pb_module h4, .et_pb_module h5, .et_pb_module h6,
#top-menu li a, .et_pb_button {
  font-family: "Ador Hairline", sans-serif !important;
}

