/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*@import url("https://use.typekit.net/ewr3mrj.css");*/
/* Fonts settings */
/*

Viva Std
font-family: viva-std, sans-serif;
font-weight: 400;
font-style: normal;

font-family: viva-std, sans-serif;
font-weight: 700;
font-style: normal;

Scandia
font-family: scandia-web, sans-serif;
font-weight: 400;
font-style: normal;

font-family: scandia-web, sans-serif;
font-weight: 400;
font-style: italic;

font-family: scandia-web, sans-serif;
font-weight: 700;
font-style: normal;

font-family: scandia-web, sans-serif;
font-weight: 700;
font-style: italic;
*/


/*
	Viva ja Scandia vaihdettiin vuoden 2025 alussa toisiin fontteihin
*/
/*
body h1,body h2{
    font-family: viva-std, sans-serif!important;
}

body,body p, body li{
    font-family: scandia-web, sans-serif;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Orienta&display=swap');

body {
    font-family: "Nunito", serif;
}

body h1, body h2 {
    font-family: "Orienta", serif!important;
}