/*
Theme Name: Soil Child Theme
Template: soil
Theme URI: https://soil.ancorathemes.com/
Description: Soil Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: soil
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
/* Fonte OdudoSoft Regular */
@font-face {
    font-family: 'OdudoSoft';
    src: url('fonts/OdudoSoft-Regular.woff2') format('woff2'),
         url('fonts/OdudoSoft-Regular.woff') format('woff');
    font-weight: 400;  /* normal */
    font-style: normal;
    font-display: swap;
}

/* Fonte OdudoSoft SemiBold */
@font-face {
    font-family: 'OdudoSoft';
    src: url('fonts/OdudoSoft-SemiBold.woff2') format('woff2'),
         url('fonts/OdudoSoft-SemiBold.woff') format('woff');
    font-weight: 600;  /* semi-bold */
    font-style: normal;
    font-display: swap;
}