/*
Theme Name: Morefon
Description: Adaptions for Morefon
Author: Lukas Kränkl & Florian Schauer
Author URI: https://www.gebruederpixel.at/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*import Fonts*/
@import url("https://www.morefon.com/wp-content/themes/Morefon/fonts/stylesheet.css");

/*Max width defined for textboxes*/
div.maxwidthtext{
	max-width:600px !important;
}

div.maxwidthtextsmall{
	max-width:400px !important;
}

/*Fonts*/

h1,h2{
	font-family:'Strawford-Morefon' !important;
}

p{
    font-family: 'DM Sans';
    font-weight: 500;
    font-style: normal;
	font-size: 18px;
}

.preheading p{
    font-family: 'DM Sans';
    font-weight: 500;
    font-style: normal;
	font-size: 20px;
}

.bold h1{
    font-weight: bold !important;
}

.bold p{
    font-weight: bold !important;
}

