/**
 * CSS for AS-SONOHR Bold Extended
 * Generated by Wakamai Fondue - https://wakamaifondue.com
 * by Roel Nieskens/PixelAmbacht - https://pixelambacht.nl
 */

@font-face {
    font-family: "AS-SONOHR Bold Extended";
    src: url("AS-SONOHR-BoldExtended.woff");
    unicode-range: U+000D, U+0020-007E, U+00A0-00A1, U+00A5-00A6,
        U+00AB-00AC, U+00AE-00B1, U+00B7, U+00B9, U+00BB, U+00C0-00C1,
        U+00C3-00CA, U+00CC-00CD, U+00D1-00D3, U+00D5-00D7, U+00D9-00DA,
        U+00DC-00DD, U+00DF-00E5, U+00E7-00E9, U+00EC-00EF, U+00F1-00F6,
        U+00F9-00FD, U+0131, U+0237, U+02C6-02C7, U+02C9, U+02D9-02DA, U+02DD,
        U+0300-0302, U+0304, U+0307-0308, U+030B-030C, U+0338, U+03A9,
        U+2013-2014, U+2018-2019, U+201C-201E, U+2020, U+2022, U+2026,
        U+2039-203A, U+2044, U+2074, U+20AC, U+2122, U+2190-2199, U+220F,
        U+2212, U+2215, U+2219, U+2248, U+2260, U+267F, U+273A, U+1F300,
        U+1F576, U+1F6BE;
}

/* Set custom properties for each layout feature */
:root {
    --as-sonohr-bold-extended-aalt: "aalt" off;
    --as-sonohr-bold-extended-ss01: "ss01" off;
}

/* If class is applied, update custom property and
   apply modern font-variant-* when supported */
.as-sonohr-bold-extended-aalt {
    --as-sonohr-bold-extended-aalt: "aalt" on;
}

.as-sonohr-bold-extended-ss01 {
    --as-sonohr-bold-extended-ss01: "ss01" on;
}

/* Apply current state of all custom properties
   whenever a class is being applied */
.as-sonohr-bold-extended-aalt,
.as-sonohr-bold-extended-ss01 {
    font-feature-settings: var(--as-sonohr-bold-extended-aalt), var(--as-sonohr-bold-extended-ss01);
}

