@charset "UTF-8";

/* **************************************** *
 * poppins
 * **************************************** */
 @font-face {
     font-family: 'pps';
     font-weight: 300;
     font-style: normal;
     src: url('../font/poppins/poppins-v20-latin-300.woff2') format('woff2'),
          url('../font/poppins/poppins-v20-latin-300.woff') format('woff');
     font-display: block;
     unicode-range: U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E,U+0030-0039;
 } 
 
@font-face {
    font-family: 'pps';
    font-weight: normal;
    font-style: normal;
    src: url('../font/poppins/poppins-v20-latin-regular.woff2') format('woff2'),
         url('../font/poppins/poppins-v20-latin-regular.woff') format('woff');
    font-display: block;
    unicode-range: U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E,U+0030-0039;
} 

@font-face {
     font-family: 'pps';
     font-weight: 500;
     font-style: normal;
     src: url('../font/poppins/poppins-v20-latin-500.woff2') format('woff2'),
          url('../font/poppins/poppins-v20-latin-500.woff') format('woff');
     font-display: block;
     unicode-range: U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E,U+0030-0039;
 } 
@font-face {
    font-family: 'pps';
    font-weight: 600;
    font-style: normal;
    src: url('../font/poppins/poppins-v20-latin-600.woff2') format('woff2'),
         url('../font/poppins/poppins-v20-latin-600.woff') format('woff');
    font-display: block;
    unicode-range: U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E,U+0030-0039;
} 
@font-face {
     font-family: 'pps';
     font-weight: 700;
     font-style: normal;
     src: url('../font/poppins/poppins-v20-latin-700.woff2') format('woff2'),
          url('../font/poppins/poppins-v20-latin-700.woff') format('woff');
     font-display: block;
     unicode-range: U+0041-005A, U+0061-007A, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E,U+0030-0039;
 }
