@font-face {
  font-family: "CoFoSans-Black";
  src: url("CoFoSans-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "CoFoSans-Bold";
  src: url("CoFoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CoFoSans-Medium";
  src: url("CoFoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "CoFoSans-Regular";
  src: url("CoFoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Root element styles */
#root {
  min-width: 360px;
}
