import "./fonts.css";

@font-face {
  font-family: "sf-pro-rounded";
  font-weight: 500;
  src: url("../fonts/sf-pro-rounded-medium.otf") format("opentype");
}

@font-face {
  font-family: "sf-pro-rounded";
  font-weight: 600;
  src: url("../fonts/sf-pro-rounded-bold.otf") format("opentype");
}

html {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

* {
  font-family: "sf-pro-rounded", sans-serif;
  box-sizing: border-box;
}

html,
body,
#react {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

button {
      border: none;
    outline: none;
        cursor: pointer;
        background: none;
}

input[type="text"] {
  outline: none;
}

a {
  text-decoration: none;
}

a:visited {
color: unset;
}
