/**
 * Graphik Font Family - Image Ninja
 * Professional typography for a premium look
 */

/* Graphik Thin */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Thin-Trial.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-ThinItalic-Trial.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Graphik Extralight */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Extralight-Trial.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-ExtralightItalic-Trial.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Graphik Light */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Light-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-LightItalic-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Graphik Regular */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Regular-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-RegularItalic-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Graphik Medium */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Medium-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-MediumItalic-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Graphik Semibold */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Semibold-Trial.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-SemiboldItalic-Trial.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Graphik Bold */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Bold-Trial.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-BoldItalic-Trial.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Graphik Black */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Black-Trial.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-BlackItalic-Trial.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Graphik Super */
@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-Super-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('/fonts/Graphik_Collection/Graphik Family/Graphik-SuperItalic-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
