@charset "utf-8";

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 700;
  src: url('../font/LotteMartDreamBold.woff2') format('woff2'),
       url('../font/LotteMartDreamBold.woff') format('woff');
}

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 400;
  src: url('../font/LotteMartDreamMedium.woff2') format('woff2'),
       url('../font/LotteMartDreamMedium.woff') format('woff');
}

@font-face {
  font-family: 'LotteMartDream';
  font-style: normal;
  font-weight: 300;
  src: url('../font/LotteMartDreamLight.woff2') format('woff2'),
       url('../font/LotteMartDreamLight.woff') format('woff');
}
@font-face{
  font-family: 'poppins';
  font-weight: 400;
  src: url('../font/Poppins-Regular.woff') format('woff');
}
@font-face{
  font-family: 'poppins';
  font-weight: 500;
  src: url('../font/Poppins-Medium.woff') format('woff');
}
@font-face{
  font-family: 'poppins';
  font-weight: 600;
  src: url('../font/Poppins-SemiBold.woff') format('woff');
}
@font-face{
  font-family: 'poppins';
  font-weight: 700;
  src: url('../font/Poppins-Bold.woff') format('woff');
}