/**
 * Visby CF Font Face Declarations
 * Police utilisée pour les titres du site
 */

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

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

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

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

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

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