/*
Theme Name: Churcholution Creators Child
Theme URI: https://www.churcholution.ch
Version: 1.0
Description: Ein anpassbares Design mit einer einfachen, aber robusten Reihe von Designoptionen.
Author: Churcholution GmbH
Author URI: https://www.churcholution.ch
template: bb-theme
*/

/* Add your custom styles here... */ 
@font-face {
    font-family: 'Vivano';
    src: url('fonts/Vivano/Vivano.woff2') format('woff2'),
        url('fonts/Vivano/Vivano.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vivano';
    src: url('fonts/Vivano/Vivano-Black.woff2') format('woff2'),
        url('fonts/Vivano/Vivano-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vivano';
    src: url('fonts/Vivano/Vivano-Bold.woff2') format('woff2'),
        url('fonts/Vivano/Vivano-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vivano';
    src: url('fonts/Vivano/Vivano-Medium.woff2') format('woff2'),
        url('fonts/Vivano/Vivano-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}