/* Newman & Nash Money — polish */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');

body,
.bankPage,
.site-footer {
  font-family: 'Lora', Georgia, serif;
}

.site-footer {
  background: var(--A, var(--site-primary));
  color: #fff;
  padding: 64px 0 32px;
}

[class^="iconoir-"],
[class*=" iconoir-"] {
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
