

@font-face {
  font-family: "Gothic A1";
  src: url("./fonts/GothicA1-Light.ttf") format("woff"), url("./fonts/GothicA1-Bold.ttf") format("woff2");
  /* 이런식으로 weight를 지정해서 사용할 수도 있다!*/
  font-weight: 400;
}

*, body{
  touch-action: pan-y;
}


.ant-modal .ant-modal-content{
  border: hsl(var(--border)) 1px solid;
}

.ant-btn-primary {
  background: var(--favbit-color-primary) !important;
}

.ant-modal-content-padding-0 .ant-modal-content {
  padding: 0 !important;
  border: 0 !important;
}