/* Déclaration des polices Gunterz */
@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz/Gunterz-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz/Gunterz-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gunterz';
    src: url('../fonts/Gunterz/Gunterz-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

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

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

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

/* Déclaration des polices Sports College */
@font-face {
    font-family: 'Sports College';
    src: url('../fonts/Sports-College/Sports_College.woff') format('woff'),
         url('../fonts/Sports-College/Sports_College.ttf') format('truetype'),
         url('../fonts/Sports-College/Sports_College.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sports College Handwritten';
    src: url('../fonts/Sports-College/Sports_College_Handwritten.woff') format('woff'),
         url('../fonts/Sports-College/Sports_College_Handwritten.ttf') format('truetype'),
         url('../fonts/Sports-College/Sports_College_Handwritten.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Exemple d'application des polices */
body {
    font-family: 'Gunterz', sans-serif;
}

h1, h2, h3 {
    font-family: 'Sports College', sans-serif;
}

blockquote {
    font-family: 'Sports College Handwritten', cursive;
}
