@charset "UTF-8";

/* **************************************** *
 * poppins
 * **************************************** */
@font-face {
    font-family: 'pps';
    font-weight: normal;
    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;
} 
@font-face {
    font-family: 'pps';
    font-weight: 300;
    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;
} 
@font-face {
    font-family: 'pps';
    font-weight: 600;
    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;
} 
@font-face {
    font-family: 'pps';
    font-weight: 900;
    font-style: normal;
    src: url('../font/poppins/poppins-v20-latin-800.woff2') format('woff2'),
         url('../font/poppins/poppins-v20-latin-800.woff') format('woff');
    font-display: block;
} 
@font-face {
    font-family: 'pps';
    font-weight: bold;
    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;
}


/* **************************************** *
 * Paperlogy
 * **************************************** */
 @font-face {
    font-family: 'ppl';
    font-weight: normal;
    font-style: normal;
    src: url('../font/paperlogy/Paperlogy-4Regular.woff2') format('woff2'),
         url('../font/paperlogy/Paperlogy-4Regular.woff') format('woff');
    font-display: block;
} 
@font-face {
    font-family: 'ppl';
    font-weight: 300;
    font-style: normal;
    src: url('../font/paperlogy/Paperlogy-7Bold.woff2') format('woff2'),
         url('../font/paperlogy/Paperlogy-7Bold.woff') format('woff');
    font-display: block;
}
@font-face {
    font-family: 'ppl';
    font-weight: 600;
    font-style: normal;
    src: url('../font/paperlogy/Paperlogy-9Black.woff2') format('woff2'),
         url('../font/paperlogy/Paperlogy-9Black.woff') format('woff');
    font-display: block;
}
@font-face {
    font-family: 'ppl';
    font-weight: bold;
    font-style: normal;
    src: url('../font/paperlogy/Paperlogy-9Black.woff2') format('woff2'),
         url('../font/paperlogy/Paperlogy-9Black.woff') format('woff');
    font-display: block;
} 