@font-face {
  font-family: ArgentumSans;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/ArgentumSans-Regular.ttf');
}

@font-face {
  font-family: ArgentumSans;
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/ArgentumSans-Italic.ttf');
}

@font-face {
  font-family: ArgentumSans;
  font-weight: bold;
  src: url('../fonts/ArgentumSans-Bold.ttf');
}

body {
  font-family: ArgentumSans;
  color: #000059!important;
}

.text-body {
  color: #000059!important;
}
