@font-face {
  font-family: "Selfie";
  font-style: normal;
  font-weight: 900;
  src: local("Selfie Black"), url("./Selfie-Black.otf");
}

@font-face {
  font-family: "Selfie";
  font-style: normal;
  font-weight: 300;
  src: local("Selfie Light"), url("./Selfie-Light.otf");
}

@font-face {
  font-family: "Selfie";
  font-style: normal;
  font-weight: 400;
  src: local("Selfie Regular"), url("./Selfie-Regular.otf");
}

@font-face {
  font-family: "Selfie Printed";
  font-style: normal;
  font-weight: 100;
  src: local("Selfie Printed"), url("./Selfie-Printed.otf");
}

@font-face {
  font-family: "Selfie Flags";
  font-style: normal;
  font-weight: 100;
  src: local("Selfie Flags"), url("./Selfie-Flags.otf");
}

.Selfie {
  font-family: "Selfie" !important;
}

.Selfie-Flags {
  font-family: "Selfie Flags" !important;
}

.Selfie-Printed {
  font-family: "Selfie Printed" !important;
}
