@use "../config";

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: normal;
  font-style: normal;
  font-display: #{config.$font-display};
  src: url("#{config.$font-path}/IBMPlexSans/IBMPlexSans-Regular.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: normal;
  font-style: italic;
  font-display: #{config.$font-display};
  src: url("#{config.$font-path}/IBMPlexSans/IBMPlexSans-Italic.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-style: normal;
  font-display: #{config.$font-display};
  src: url("#{config.$font-path}/IBMPlexSans/IBMPlexSans-SemiBold.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: 600;
  font-style: italic;
  font-display: #{config.$font-display};
  src: url("#{config.$font-path}/IBMPlexSans/IBMPlexSans-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: bold;
  font-style: normal;
  font-display: #{config.$font-display};
  src: url("#{config.$font-path}/IBMPlexSans/IBMPlexSans-Bold.ttf");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-weight: bold;
  font-style: italic;
  font-display: #{config.$font-display};
  src: url("#{config.$font-path}/IBMPlexSans/IBMPlexSans-BoldItalic.ttf");
}
