/**
 * Theme Name: yootheme
 * Version: 1.0
 * Author: Design Boie Baumann
 * Author URI: https://www.boiebaumann.de
 */

 /** Basics **/
 


@font-face {
    font-family: "gothic";
    src: url("../fonts/centurygothic-webfont.woff") format("woff");
}

@font-face {
    font-family: "Custom Font";
    src: url("../fonts/centurygothic-webfont.woff2") format("woff2"),
         url("../fonts/centurygothic-webfont.woff") format("woff");
}