@font-face {
   font-family: "ABC Oracle";
   src: url("fonts/ABC Oracle Bold.woff2") format("woff2");
   font-weight: bold;
   font-style: normal;
}
@font-face {
   font-family: "ABC Oracle";
   src: url("fonts/ABC Oracle Regular.woff2") format("woff2");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "ABC Oracle";
   src: url("fonts/ABC Oracle Regular Italic.woff2") format("woff2");
   font-weight: normal;
   font-style: italic;
}
@font-face {
   font-family: "ABC Oracle Medium";
   src: url("fonts/ABC Oracle Medium.woff2") format("woff2");
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: "ABC Oracle Medium";
   src: url("fonts/ABC Oracle Medium Italic.woff2") format("woff2");
   font-weight: normal;
   font-style: italic;
}