@charset "utf-8";

/* Layout CSS - All, Header, Footer */

/* All */

/* Fonts */

@font-face {
  font-family: 'Pretendard-Light';
  src: url('/common/font/pretendard/Pretendard-Light.woff2') format('woff2'),
    url('/common/font/pretendard/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('/common/font/pretendard/Pretendard-Regular.woff2') format('woff2'),
    url('/common/font/pretendard/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('/common/font/pretendard/Pretendard-Medium.woff2') format('woff2'),
    url('/common/font/pretendard/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('/common/font/pretendard/Pretendard-Bold.woff2') format('woff2'),
    url('/common/font/pretendard/Pretendard-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('/common/font/pretendard/Pretendard-Black.woff2') format('woff2'),
    url('/common/font/pretendard/Pretendard-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

/* Common Layout */

html {
  font-size: 62.5%;
}

body {
  font-family: 'Poppins', 'Pretendard-Regular', 'Dotum', sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
}

input,
select,
option,
textarea,
button {
  font-family: 'Poppins', 'Pretendard-Regular', 'Dotum', sans-serif;
  font-size: 1.6rem;
}

.layout {
  width: 100%;
  margin: 0 auto;
}
