@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&family=Noto+Serif+KR:wght@400;700&display=swap');

:root {
  --bs-body-bg: #608830f0;
}

html {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(
    to right,
    #608830f0 20%,
    #608830f0 80%
  );
}

.serif {
  font-family: 'Noto Serif KR', serif !important;
}

.sans {
  font-family: 'Noto Sans KR', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans KR', sans-serif !important;
}

.card-body {
  opacity: 0.9 !important;
}

.btn-outline-dark.outline-dark:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
