/*
Theme Name: Landings CBA
Theme URI: https://landings.circulobellasartes.com
Version: 1.0
Description: Custom theme.
Author: CBA
Author URI: https://landings.circulobellasartes.com
template: bb-theme
*/

@font-face {
    font-family: 'Untitled';
    src: url('/wp-content/themes/landings-cba/fonts/untitled-sans-light.woff2') format('woff2');
    font-weight: 300;
}
  
@font-face {
    font-family: 'Untitled';
    src: url('/wp-content/themes/landings-cba/fonts/untitled-sans-regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
	font-family: 'Untitled';
	src: url('/wp-content/themes/landings-cba/fonts/untitled-sans-medium.woff2') format('woff2');
	font-weight: 500;
}

@font-face {
	font-family: 'Untitled';
	src: url('/wp-content/themes/landings-cba/fonts/untitled-sans-bold.woff2') format('woff2');
	font-weight: 700;
}

@font-face {
	font-family: 'Untitled';
	src: url('/wp-content/themes/landings-cba/fonts/untitled-sans-black.woff2') format('woff2');
	font-weight: 900;
}

.enlace_ivoox, .enlace_apple_podcast, .enlace_spotify, .enalce_rss_feed {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-right: 15px;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.enlace_ivoox {
	background-image: url('/wp-content/themes/landings-cba/img/enlace_ivoox.svg');
}
.enlace_apple_podcast {
	background-image: url('/wp-content/themes/landings-cba/img/enlace_apple_podcast.svg');
}
.enlace_spotify {
	background-image: url('/wp-content/themes/landings-cba/img/enlace_spotify.svg');
}
.enalce_rss_feed {
	background-image: url('/wp-content/themes/landings-cba/img/enalce_rss_feed.svg');
}

