/* HK Grotesk Pro Font Face Declarations */

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Regular.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Regular.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Italic.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Italic.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Medium.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Medium.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-MediumItalic.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-MediumItalic.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-SemiBold.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-SemiBold.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-SemiBoldItalic.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-SemiBoldItalic.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-SemiBoldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Bold.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Bold.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-BoldItalic.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-BoldItalic.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Light.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Light.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGroteskPro';
    src: url('/static/fonts/HK Grotesk Pro/HKGroteskPro-LightItalic.woff2') format('woff2'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-LightItalic.woff') format('woff'),
         url('/static/fonts/HK Grotesk Pro/HKGroteskPro-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Feather Icons Font */
@font-face {
    font-family: 'Feather';
    src: url('/static/fonts/Feather/Feather.ttf') format('truetype'),
         url('/static/fonts/Feather/Feather.woff') format('woff'),
         url('/static/fonts/Feather/Feather.svg#Feather') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}