/* Brasley Fonts */
@font-face {
  font-family: "Brasley Light";
  src: url(./Brasley-Light.otf) format("opentype");
}

@font-face {
  font-family: "Brasley Regular";
  src: url(./Brasley-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Brasley Medium";
  src: url(./Brasley-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Brasley Medium Italic";
  src: url(./Brasley-MediumItalic.otf) format("opentype");
}

@font-face {
  font-family: "Brasley SemiBold";
  src: url(./Brasley-SemiBold.otf) format("opentype");
}

@font-face {
  font-family: "Brasley Bold";
  src: url(./Brasley-Bold.otf) format("opentype");
}

/* Adieu Fonts */
@font-face {
  font-family: "Adieu Bold";
  src: url(./Adieu-Bold.otf) format("opentype");
}
