/* Self-hosted Google Fonts - eliminates third-party data transfer to fonts.googleapis.com */

/* Cinzel Decorative - Used for Sidekick Pro logo "S" and "PRO" */
@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/cinzel-decorative-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/cinzel-decorative-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Cinzel Decorative';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/cinzel-decorative-900.woff2') format('woff2');
}

/* Philosopher - Used for Sidekick Pro logo "idekick" */
@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/philosopher-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Philosopher';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/philosopher-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Philosopher';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/philosopher-italic-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Philosopher';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/philosopher-italic-700.woff2') format('woff2');
}

/* Indie Flower - Used on Website for decorative text */
@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/indie-flower-400.woff2') format('woff2');
}

/* Manrope - Used on Website as body/UI font */
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/manrope-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/manrope-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/manrope-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/manrope-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/manrope-variable.woff2') format('woff2');
}

/* Inter - Used in lead magnet pages */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/inter-variable.woff2') format('woff2');
}

/* Playfair Display - Used in lead magnet pages */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600 700;
    font-display: swap;
    src: url('../fonts/playfair-display-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/playfair-display-italic-variable.woff2') format('woff2');
}

/* Cormorant Garamond - Used in premium download pages */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300 400;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-italic-variable.woff2') format('woff2');
}

/* Source Serif 4 - Used in premium download pages */
@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 300 500;
    font-display: swap;
    src: url('../fonts/source-serif-4-variable.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Serif 4';
    font-style: italic;
    font-weight: 300 400;
    font-display: swap;
    src: url('../fonts/source-serif-4-italic-variable.woff2') format('woff2');
}

/* Source Sans 3 - Used in theme demos */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url('../fonts/source-sans-3-variable.woff2') format('woff2');
}

/* JetBrains Mono - Used in candidate tracking pages */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400 500;
    font-display: swap;
    src: url('../fonts/jetbrains-mono-variable.woff2') format('woff2');
}
