/**
 * Fonte Satoshi - Hospedada Localmente
 *
 * Fonte baixada e protegida no projeto para garantir que
 * sempre funcione, mesmo sem internet.
 */

/* Satoshi Light (300) */
@font-face {
  font-family: 'Satoshi';
  src: url('./satoshi-light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

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

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

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