@charset "utf-8";

/* 
 * font CSS Document
 * BIGSMALL 프로젝트 폰트 정의
*/

/* Poppins 폰트 */
@font-face {
  font-family: 'Poppins';
  src: url('font/Poppins-Light.woff2') format('woff2'),
       url('font/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('font/Poppins-Regular.woff2') format('woff2'),
       url('font/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('font/Poppins-Bold.woff2') format('woff2'),
       url('font/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('font/Poppins-Bold.woff2') format('woff2'),
       url('font/Poppins-Bold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* SB Aggro 폰트 */
@font-face {
  font-family: 'SB AggroOTF';
  src: url('font/SB Aggro L.woff2') format('woff2'),
       url('font/SB Aggro L.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB AggroOTF';
  src: url('font/SB Aggro.woff2') format('woff2'),
       url('font/SB Aggro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB AggroOTF';
  src: url('font/SB Aggro B.woff2') format('woff2'),
       url('font/SB Aggro B.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB AggroOTF';
  src: url('font/SB Aggro B.woff2') format('woff2'),
       url('font/SB Aggro B.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
