/*
Theme Name: Tobel
Theme URI: https://tobel.qodeinteractive.com
Description: Modern Furniture Store
Author: Elated Themes
Author URI: https://qodeinteractive.com
Text Domain: tobel
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


Include an additional @font-face block for each font file in the family.
Change the font-weight and font-style value to match each font file
*/
@font-face {
     font-family: 'Louvette-Banner';
     src: local('Louvette-Banner'),
         url('/https://tundrapro.it/wp-content/uploads/2024/10/Louvette-Banner.otf') format('otg'),
         url('/webfont/custom-font-bold.woff') format('woff');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'AdorHairline-Regular';
     src: local('AdorHairline-Regular'),
         url('https://tundrapro.it/wp-content/uploads/2024/10/AdorHairline-Regular.ttf') format('ttf'),
         url('/webfont/custom-font-italic.woff') format('woff');
     font-weight: normal;
     font-style: italic;
     font-display: swap;
}
