/* MADE TOMMY */
@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MadeTommy";
  src: url("/assets/fonts/MADE_TOMMY-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}