/*
Theme Name:  Yola Rodriguez Theme
Template: 	 hello-elementor
Theme URI:	 https://childthemewp.com/create-child-theme/
Author:		 Shikoba
Author URI:	 https://shikoba.es
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: shikoba
*/
@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-UltraLight.woff2') format('woff2'),
        url('./fonts/Butler-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Medium.woff2') format('woff2'),
        url('./fonts/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Light.woff2') format('woff2'),
        url('./fonts/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Black.woff2') format('woff2'),
        url('./fonts/Butler-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-Bold.woff2') format('woff2'),
        url('./fonts/Butler-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('./fonts/Butler-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('./fonts/Butler.woff2') format('woff2'),
        url('./fonts/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Página individual de proyecto, botones de navegación */

.YR-proj-nav .elementor-post-navigation__link {
	padding: 0.5em;
	padding-inline: 1.5em;
	margin-inline: 0.5em;
	border-radius: 4px;
	background: #fff;
	transition: all .3s;
}

.YR-proj-nav .elementor-post-navigation__link:hover {
	background: #e4e0d7; 
}

