/* Vinterior Custom Fonts for Customer.io */
/* Upload this file to a publicly accessible URL (e.g. your S3 bucket) */
/* Then add the URL in Design Studio > Styles > Fonts > Add font > Custom */


/* ===================== */
/* Satoshi                */
/* ===================== */

/* Satoshi Regular */
@font-face {
  font-family: 'Satoshi';
  src: url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Regular.woff2') format('woff2'),
       url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Regular Italic */
@font-face {
  font-family: 'Satoshi';
  src: url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Italic.woff2') format('woff2'),
       url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Medium */
@font-face {
  font-family: 'Satoshi';
  src: url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Medium.woff2') format('woff2'),
       url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Medium Italic */
@font-face {
  font-family: 'Satoshi';
  src: url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-MediumItalic.woff2') format('woff2'),
       url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Bold */
@font-face {
  font-family: 'Satoshi';
  src: url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Bold.woff2') format('woff2'),
       url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Bold Italic */
@font-face {
  font-family: 'Satoshi';
  src: url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-BoldItalic.woff2') format('woff2'),
       url('https://vinterior-fonts.s3.eu-west-2.amazonaws.com/Satoshi-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}