/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Regular
 * Satoshi Medium
 * Satoshi Bold
 *
*/

@font-face {
  font-family: 'Satoshi';
  src: url('./satoshi/Satoshi-Regular.woff2') format('woff2'),
    url('./satoshi/Satoshi-Regular.woff') format('woff'),
    url('./satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./satoshi/Satoshi-Medium.woff2') format('woff2'),
    url('./satoshi/Satoshi-Medium.woff') format('woff'),
    url('./satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./satoshi/Satoshi-Bold.woff2') format('woff2'),
    url('./satoshi/Satoshi-Bold.woff') format('woff'),
    url('./satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GT America';
  src: url('./gt-america/GT-America-Regular.woff2') format('woff2'),
       url('./gt-america/GT-America-Regular.woff') format('woff'),
       url('./gt-america/GT-America-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GT America';
  src: url('./gt-america/GT-America-Medium.woff2') format('woff2'),
       url('./gt-america/GT-America-Medium.woff') format('woff'),
       url('./gt-america/GT-America-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'GT America';
  src: url('./gt-america/GT-America-Bold.woff2') format('woff2'),
       url('./gt-america/GT-America-Bold.woff') format('woff'),
       url('./gt-america/GT-America-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}