@use "variables";

/* Festo regular */
@font-face {
  font-family: "Festo";
  src: url("https://www.festo.com/fonts/festo-regular.woff2") format("woff2"),
    url("https://www.festo.com/fonts/festo-regular.woff") format("woff");
}

/* Festo bold */
@font-face {
  font-family: "Festo";
  src: url("https://www.festo.com/fonts/festo-bold.woff2") format("woff2"),
    url("https://www.festo.com/fonts/festo-bold.woff") format("woff");
  font-weight: bold;
}

.fwe-font-size-small {
  font-size: variables.$font-size-small;
}

.fwe-font-size-md {
  font-size: variables.$font-size-md;
}

.fwe-font-size-base {
  font-size: variables.$font-size-base;
}

.fwe-font-size-xl {
  font-size: variables.$font-size-xl;
}

.fwe-font-size-xxl {
  font-size: variables.$font-size-xxl;
}

.fwe-line-height-base {
  line-height: variables.$line-height-base;
}

.fwe-line-height-1 {
  line-height: 1;
}

.fwe-font-weight-base {
  font-weight: variables.$font-weight-base;
}

.fwe-font-weight-normal {
  font-weight: variables.$font-weight-normal;
}

.fwe-font-weight-bold {
  font-weight: variables.$font-weight-bold;
}

.fwe-font-family-sans-serif {
  font-family: variables.$font-family-sans-serif;
}

.fwe-font-family-monospace,
.fwe-font-family-code {
  font-family: variables.$font-family-monospace;
}
