/**
 * Custom Font Declarations - Polymath Font Family
 * 
 * Font-face declarations for the Polymath custom font.
 * All weights from Thin (100) to Black (900) with italic variants.
 * 
 * Note: Polymath is a premium font - ensure you have proper licensing for web use
 */

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

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-ThinIt.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* Polymath Extra Light (200) */
@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-XLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-XLightIt.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-LightIt.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-MediumIt.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-SemiboldIt.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-BoldIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Polymath Super (800) */
@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-Super.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-SuperIt.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Polymath Black (900) */
@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../../fonts/Polymath/Polymath-BlackIt.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

