/*
Theme Name:   	Sumi Forms
Theme URI:    	https://sumi.fi
Author:       	Aava & Bang
Author URI:     https://bang.fi
Template:     	twentytwentyfive
Description:  	Sumi Forms
Version:      	1.0.0
Text Domain:  	sumi-forms
Tags:         	light, responsive-layout, full-width-template, accessibility-ready
*/

/* ==========================================================================
   GRAVITY FORMS STYLING
   ========================================================================== */

/* Import Gravity Forms specific styles */
@import url('css/gravity-forms.css');

/* ==========================================================================
   THEME CUSTOM STYLES
   ========================================================================== */

/* Add your custom theme styles below */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,600');

body { 
    font-family: 'Poppins', sans-serif;
}

h2 {
    color: #2a79a6;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
}

p {
    color: #000;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
}