/*
 Theme Name:   Divi Child
 Description:  Child theme for Divi
 Author:       Your Name
 Template:     Divi
 Version:      1.0.0
*/


@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Modules';
  font-style: normal;
  font-weight: normal;
  src: url('/wp-content/themes/Divi/core/admin/fonts/modules/all/modules.woff') format('woff2');
  font-display: swap;
}

p.wah-profile-username {
    margin: 0px 0px 0rem;
    border-bottom: 1px dotted;
    padding-top: 10px;
}