/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
@font-face {
  font-family: 'RIDIBatang';
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 21, app/assets/stylesheets/application.scss */
body {
  font-family: 'RIDIBatang', sans-serif;
}

/* line 25, app/assets/stylesheets/application.scss */
header .home_button, header .about_button {
  margin: 5px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #000845;
  text-decoration: none;
  font-size: 12px;
}

/* line 37, app/assets/stylesheets/application.scss */
header .home_button img, header .about_button img {
  width: 25px;
  height: 25px;
}
