/**
 * CSS for Workbench Regular
 *
 * Generated by Wakamai Fondue - https://wakamaifondue.com
 * by Roel Nieskens/PixelAmbacht - https://pixelambacht.nl
 */
@font-face {
  font-family: "Workbench Regular";
  src: url("/assets/fonts/Workbench.ttf");
}
/**
 * OpenType Layout Features
 */
/* Initial values for the layout features */
:root {
  --aalt: off;
}

/* Classes to apply the layout features */
.access-all-alternates {
  --aalt: 1; /* Use value 1 to 2 for all alternates */
}

/* Apply the layout features set by the classes */
.access-all-alternates {
  font-feature-settings: "aalt" var(--aalt);
}

/**
 * Variable axes
 */
/* Initial values for the variable axes */
:root {
  --SCAN: 0;
  --BLED: 0;
}

/* Classes to apply the variable instances */
.delicate {
  --SCAN: -53;
  --BLED: 0;
}

.slight {
  --SCAN: -45;
  --BLED: 0;
}

.evenly {
  --SCAN: -27;
  --BLED: 0;
}

.close {
  --SCAN: 0;
  --BLED: 0;
}

.touching {
  --SCAN: 21;
  --BLED: 0;
}

.overlapping {
  --SCAN: 37;
  --BLED: 0;
}

.overexposed {
  --SCAN: 67;
  --BLED: 0;
}

.maximum {
  --SCAN: 100;
  --BLED: 0;
}

/* Apply the variable axes set by the classes */
.delicate, .slight, .evenly, .close, .touching, .overlapping, .overexposed, .maximum {
  font-variation-settings: "SCAN" var(--SCAN), "BLED" var(--BLED);
}

/*# sourceMappingURL=workbench-font.css.map */
