/*
Theme Name: Festival de Confolens
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'Bauhaus 93';
    src: url("./assets/fonts/bauhaus-93/Bauhaus-93.ttf") format("truetype");
}
@font-face {
    font-family: 'Bauhaus';
    src: url("./assets/fonts/bauhaus/Bauhaus_demi.otf") format("opentype");
}
@font-face {
    font-family: 'Elbrush';
    src: url("./assets/fonts/elbrush/Elbrush.woff2") format("woff");
}
@font-face {
    font-family: 'AuthenticUrbanSans';
    src: url("./assets/fonts/authenticUrbanSans/Authentic_urban_sans.woff2") format("woff");
}

@font-face {
  font-family: 'Abrashe';
  src: url("./assets/fonts/abrashe/Abrashe.otf") format("opentype"),
       url("./assets/fonts/abrashe/Abrashe.ttf") format("truetype");
}

.custom--background .row-background, .custom--background .column-background{
	bottom: -1px !important;
	top: -1px !important;
}

@media (min-width:1920px) {
	.custom--background .row-background .background-inner, .custom--background .column-background .background-inner{
		background-size: 2208px !important;
	}
}