style.scss 521 B

1234567891011121314151617
  1. @import "pretendard/dist/web/static/pretendard.css";
  2. * {
  3. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  4. }
  5. .header--wrap{
  6. .header--container{
  7. width: 100%;
  8. margin: 0 auto;
  9. background-color: transparent;
  10. .logo--wrap{
  11. max-width: 138px;
  12. }
  13. }
  14. }