@charset "UTF-8";

/* **************************************** *
 * thejamsil
 * **************************************** */
 @font-face {
     font-family: 'tjs';
     font-weight: normal;
     font-style: normal;
     src: url('../font/thejamsil/TheJamsil-Regular.woff2') format('woff2'),
          url('../font/thejamsil/TheJamsil-Regular.woff') format('woff');
     font-display: block;
 }
 @font-face {
     font-family: 'tjs';
     font-weight: 100;
     font-style: normal;
     src: url('../font/thejamsil/TheJamsil-Light.woff2') format('woff2'),
          url('../font/thejamsil/TheJamsil-Light.woff') format('woff');
     font-display: block;
 }
 @font-face {
     font-family: 'tjs';
     font-weight: 300;
     font-style: normal;
     src: url('../font/thejamsil/TheJamsil-Medium.woff2') format('woff2'),
          url('../font/thejamsil/TheJamsil-Medium.woff') format('woff');
     font-display: block;
 }
 @font-face {
     font-family: 'tjs';
     font-weight: 600;
     font-style: normal;
     src: url('../font/thejamsil/TheJamsil-Bold.woff2') format('woff2'),
          url('../font/thejamsil/TheJamsil-Bold.woff') format('woff');
     font-display: block;
 }
 @font-face {
     font-family: 'tjs';
     font-weight: 900;
     font-style: normal;
     src: url('../font/thejamsil/TheJamsil-ExtraBold.woff2') format('woff2'),
          url('../font/thejamsil/TheJamsil-ExtraBold.woff') format('woff');
     font-display: block;
 }
 @font-face {
     font-family: 'tjs';
     font-weight: bold;
     font-style: normal;
     src: url('../font/thejamsil/TheJamsil-Bold.woff2') format('woff2'),
          url('../font/thejamsil/TheJamsil-Bold.woff') format('woff');
     font-display: block;
 }


/* **************************************** *
 * 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;
}