/*
 Theme Name:  McDaniel Divi Child
 Theme URI:   https://campaign.mcdaniel.edu
 Template:    Divi
 Author:      T Dunsmore / McDaniel College
 Author URI:  https://campaign.mcdaniel.edu
 Description: Minimal child theme for Divi (brand tokens + safe overrides)
 Version:     1.0.0
 License:     GNU General Public License v2 or later
 Text Domain: mcdaniel-divi-child
*/




body { color: var(--mc-rail); }

.et_pb_button {
  background: var(--mc-gold);
  color:#fff;
  border-radius:3px;
  border:2px solid var(--mc-gold);
}
.et_pb_button:hover { filter: brightness(.92); }

.cardish{
  background:#fff; border-radius:16px;
  box-shadow:0 8px 30px rgba(0,0,0,.06);
  padding:24px;
  transition:.22s ease;
}
.cardish:hover{ transform:translateY(-6px); box-shadow:0 14px 40px rgba(0,0,0,.10); }

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?eeae65');
  src:  url('fonts/icomoon.eot?eeae65#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?eeae65') format('truetype'),
    url('fonts/icomoon.woff?eeae65') format('woff'),
    url('fonts/icomoon.svg?eeae65#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Quote:before {
  content: "\e900";
}


