/* Thin */
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 200;
  src: url('./DepotNew-Thin.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: italic;
  font-weight: 200;
  src: url('./DepotNew-ThinItalic.ttf') format('truetype');
}

/* Light */
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 200;
  src: url('./DepotNew-Light.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: italic;
  font-weight: 200;
  src: url('./DepotNew-LightItalic.ttf') format('truetype');
}

/* Regular */
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 400;
  src: url('./DepotNew-Regular.ttf') format('truetype');
}

/* Medium */
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 600;
  src: url('./DepotNew-Medium.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: italic;
  font-weight: 600;
  src: url('./DepotNew-MediumItalic.ttf') format('truetype');
}

/* Bold */
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: normal;
  font-weight: 900;
  src: url('./DepotNew-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'DepotNew';
  font-style: italic;
  font-weight: 900;
  src: url('./DepotNew-BoldItalic.ttf') format('truetype');
}