@charset "UTF-8";

@font-face {
  font-family: "Gotham Medium";
  src: url("../font-maa/Gotham Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-family-sans-serif: "Gotham Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html,
body,
h1, h2, h3, h4, h5, h6,
p, label, a,
button, input, select, textarea,
.btn, .form-control, .dropdown-menu, .modal-content, .sidebar {
  font-family: "Gotham Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@font-face {
  font-family: "maa";
  src:url("../font-maa/maa.eot");
  src:url("../font-maa/maa.eot?#iefix") format("embedded-opentype"),
    url("../font-maa/maa.woff") format("woff"),
    url("../font-maa/maa.ttf") format("truetype"),
    url("../font-maa/maa.svg#maa") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "maa" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="maa-"]:before,
[class*=" maa-"]:before {
  font-family: "maa" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.maa-logo:before {
  content: "\61";
}
