
.IBM-font-400{
    font-family: "IBM Plex Mono", monospace;
    font-weight: 400;
    font-style: normal;
}
.IBM-font-700{
    font-family: "IBM Plex Mono", monospace;
    font-weight: 700;
    font-style: bold;
}
.IBM-font-600{
    font-family: "IBM Plex Mono", monospace;
    font-weight: 600;
    font-style: bold;
}

/* font color */
.f-color{
    color: #9C9C9C;
}

.Raleway-font-800{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  /* font-style: bold; */
}

.Raleway-font-700{
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

