/* this version of the font files has been optimized with glyphhanger
   no subsetting has been done; .woff are compressed with zopfli
*/
@font-face {
    font-family: "SkyTextRegular";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("sky_reg-webfont"),
        url("/etc/designs/skycommon/fonts/sky_reg-webfont.woff2") format("woff2"),
        url("/etc/designs/skycommon/fonts/sky_reg-webfont.woff") format("woff");
}
@font-face {
    font-family: "SkyTextBold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("sky_bold-webfont"),
        url("/etc/designs/skycommon/fonts/sky_bold-webfont.woff2") format("woff2"),
        url("/etc/designs/skycommon/fonts/sky_bold-webfont.woff") format("woff");
}
@font-face {
    font-family: "SkyTextItalic";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("sky_italic-webfont"),
        url("/etc/designs/skycommon/fonts/sky_italic-webfont.woff2") format("woff2"),
        url("/etc/designs/skycommon/fonts/sky_italic-webfont.woff") format("woff");
}
@font-face {
    font-family: "SkyTextMedium";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("sky_med-webfont"),
        url("/etc/designs/skycommon/fonts/sky_med-webfont.woff2") format("woff2"),
        url("/etc/designs/skycommon/fonts/sky_med-webfont.woff") format("woff");
}
