/* Local Fonts - Offline Support */

/* INTER */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-400.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-600.woff2') format('woff2');
  font-display: swap;
}

/* PRAMUKANTT (Outfit Style - ayopramuka-kwarnas.id) */
@font-face {
  font-family: 'pramukantt';
  font-style: normal;
  font-weight: 300;
  src: url('../../admin/fonts/outfit/outfit-300.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'pramukantt';
  font-style: normal;
  font-weight: 400;
  src: url('../../admin/fonts/outfit/outfit-400.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'pramukantt';
  font-style: normal;
  font-weight: 600;
  src: url('../../admin/fonts/outfit/outfit-600.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'pramukantt';
  font-style: normal;
  font-weight: 700;
  src: url('../../admin/fonts/outfit/outfit-700.ttf') format('truetype');
  font-display: swap;
}

/* POPPINS */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-700.woff2') format('woff2');
  font-display: swap;
}

/* MONTSERRAT */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-400.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-700.woff2') format('woff2');
  font-display: swap;
}
