/**
 * @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 Family: GT-America-Extended
 *
 * Font Styles:
 * GT-America-Extended Regular
 * GT-America-Extended Medium
 * GT-America-Extended Bold
 *
*/

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

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

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

/**
 * Font Family: Sign Painter
 *
 * Font Styles:
 * Sign Painter Regular
 *
*/
@font-face {
  font-family: "Sign-Painter";
  src: url("./sign-painter/SignPainter.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
