/*font setting*/
@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-Light.woff') format('woff'),
             url('../../fonts/PostGrotesk-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
/*
@font-face {
  font-family: 'Post Grotesk';
  src: url('../../fonts/Post-Grotesk.woff') format("woff");
  font-weight: 400;
  font-style: normal;
}*/

@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-Book.woff') format('woff'),
             url('../../fonts/PostGrotesk-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-Medium.woff') format('woff'),
             url('../../fonts/PostGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-Bold.woff') format('woff'),
             url('../../fonts/PostGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-LightItalic.woff') format('woff'),
             url('../../fonts/PostGrotesk-LightItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-MediumItalic.woff') format('woff'),
             url('../../fonts/PostGrotesk-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'PostGrotesk';
    src: url('../../fonts/PostGrotesk-BookItalic.woff') format('woff'),
             url('../../fonts/PostGrotesk-BookItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}





.pg-l{
    font-family: 'PostGrotesk';
    font-weight: 100;
}

.pg-n{
    font-family: 'PostGrotesk';
    font-weight: 400;
}

.pg-bk{
    font-family: 'PostGrotesk';
    font-weight: 300;
}

.pg-m{
    font-family: 'PostGrotesk';
    font-weight: 500;
}

.pg-b{
    font-family: 'PostGrotesk';
    font-weight: 600;
}



.pg-li{
    font-family: 'PostGrotesk';
    font-weight: 300;
    font-style: italic;
}

.pg-ni{
    font-family: 'PostGrotesk';
    font-weight: 500;
    font-style: italic;
}


.pg-bki{
    font-family: 'PostGrotesk';
    font-weight: 400;
    font-style: italic;
}