
/* 에스 코어 드림 css*/

@font-face {
  font-family: 'SCDream';
  font-style: normal;
  font-weight: 300;
  src: url('./SCDream3.otf') format('opentype');
  /*src: url(./TrueType/Jost-300-Light.ttf) format('truetype');*/
}

@font-face {
  font-family: 'SCDream';
  font-style: normal;
  font-weight: 400;
  src: url('./SCDream4.otf') format('opentype');
  /*src: url(./TrueType/Jost-400-Book.ttf) format('truetype');*/
}

@font-face {
  font-family: 'SCDream';
  font-style: normal;
  font-weight: 500;
  src: url('./SCDream5.otf') format('opentype');
  /*src: url(./TrueType/Jost-500-Medium.ttf) format('truetype');*/
}

@font-face {
  font-family: 'SCDream';
  font-style: normal;
  font-weight: 600;
  src: url('./SCDream6.otf') format('opentype');
  /*src: url(./TrueType/Jost-500-Medium.ttf) format('truetype');*/
}

@font-face {
  font-family: 'SCDream';
  font-style: normal;
  font-weight: 700;
  src: url('./SCDream7.otf') format('opentype');
  /*src: url(./TrueType/Jost-500-Medium.ttf) format('truetype');*/
}