/** =================== TT NORMS PRO =================== **/

/** TT Norms Pro Regular **/
@font-face {
  font-family: "TTNormsPro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/TT_Norms_Pro_Regular.woff2") format("woff2"),
    url("fonts/TT_Norms_Pro_Regular.woff") format("woff"),
    url("fonts/TT_Norms_Pro_Regular.otf") format("opentype");
}

/** TT Norms Pro Medium **/
@font-face {
  font-family: "TTNormsPro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("fonts/TT_Norms_Pro_Medium.woff2") format("woff2"),
    url("fonts/TT_Norms_Pro_Medium.woff") format("woff"),
    url("fonts/TT_Norms_Pro_Medium.otf") format("opentype");
}

/** TT Norms Pro DemiBold **/
@font-face {
  font-family: "TTNormsPro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("fonts/TT_Norms_Pro_DemiBold.woff2") format("woff2"),
    url("fonts/TT_Norms_Pro_DemiBold.woff") format("woff"),
    url("fonts/TT_Norms_Pro_DemiBold.otf") format("opentype");
}

/** TT Norms Pro Bold **/
@font-face {
  font-family: "TTNormsPro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/TT_Norms_Pro_Bold.woff2") format("woff2"),
    url("fonts/TT_Norms_Pro_Bold.woff") format("woff"),
    url("fonts/TT_Norms_Pro_Bold.otf") format("opentype");
}

:root {
  --body-font-family: "TTNormsPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --optimabankkg-font-family-body: var(--body-font-family);
  --optimabankkg-font-family-headings: var(--body-font-family);
  --optimabankkg-font-weight-headings: 700;
  --optimabankkg-font-weight-normal: 400;
}
