/*
Theme Name: Astra Child
Theme URI: https://www.timbertech.com.uy
Description: Child theme for Astra, adding custom fonts and styles.
Author: Marcos Darricarrere
Author URI: https://www.example.com
Template: astra
Version: 1.0.0
*/

@font-face {
    font-family: 'Pluto';
    src: url('PlutoHeavy.woff2') format('woff2'),
        url('PlutoHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Sans';
    src: url('PlutoSansMedium.woff2') format('woff2'),
        url('PlutoSansMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pluto Sans';
    src: url('PlutoSansLight.woff2') format('woff2'),
        url('PlutoSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Pluto Sans', sans-serif !important;
}


h1, .entry-content h1, .entry-content h1 a {
    font-family: 'Pluto Sans', sans-serif !important;
    font-weight: 500;
}

span, p {
    font-family: 'Pluto Sans', sans-serif !important;
    font-weight: 300;
}

.site-footer h2{
    text-transform: capitalize !important;
}























