@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

@font-face {
  font-family:aktiv_grotesk;
  src: url(../fonts/ag.woff2) format("woff2"),
  url(../fonts/ag.woff) format("woff");
  font-weight:400;
  font-style:normal
}

@font-face {
  font-family:aktiv_grotesk;
  src:url(../fonts/ag-bold.woff2) format("woff2"),
  url(../fonts/ag-bold.woff) format("woff");
  font-weight:700;
  font-style:normal
}

@font-face {
  font-family:riftdemi;
  src:url(../fonts/rd.woff2) format("woff2"),
  url(../fonts/rd.woff) format("woff");
  font-weight:400;
  font-style:normal
}

@font-face {
  font-family:riftdemi;
  src:url(../fonts/rd-700.woff2) format("woff2"),
  url(../fonts/rd-700.woff) format("woff");
  font-weight:700;
  font-style:normal
}