/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.21.0.1716758933
Updated: 2024-05-26 23:28:53

*/

.vcenter {
display: flex;
flex-direction: column;
justify-content: center;
}

@font-face {
font-family: Montserrat Light;
src: url('fonts/Montserrat-Light.eot');
src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/Montserrat-Light.woff2') format('woff2'),
url('fonts/Montserrat-Light.woff') format('woff'),
url('fonts/Montserrat-Light.ttf')  format('truetype'),
url('fonts/Montserrat-Light.svg#Montserrat-Light) format('svg);
}

@font-face {
font-family: Montserrat Regular;
src: url('fonts/Montserrat-Regular.eot');
src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/Montserrat-Regular.woff2') format('woff2'),
url('fonts/Montserrat-Regular.woff') format('woff'),
url('fonts/Montserrat-Regular.ttf')  format('truetype'),
url('fonts/Montserrat-Regular.svg#Montserrat-Regular) format('svg);
}

@font-face {
font-family: DM Serif Display Regular;
src: url('fonts/DMSerifDisplay-Regular.eot');
src: url('fonts/DMSerifDisplay-Regular.eot?#iefix') format('embedded-opentype'),
url('fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
url('fonts/DMSerifDisplay-Regular.woff') format('woff'),
url('fonts/DMSerifDisplay-Regular.ttf')  format('truetype'),
url('fonts/DMSerifDisplay-Regular.svg#DMSerifDisplay-Regular) format('svg);
}

@font-face {
font-family: DM Serif Display Italic;
src: url('fonts/DMSerifDisplay-Italic.eot');
src: url('fonts/DMSerifDisplay-Italic.eot?#iefix') format('embedded-opentype'),
url('fonts/DMSerifDisplay-Italic.woff2') format('woff2'),
url('fonts/DMSerifDisplay-Italic.woff') format('woff'),
url('fonts/DMSerifDisplay-Italic.ttf')  format('truetype'),
url('fonts/DMSerifDisplay-Italic.svg#DMSerifDisplay-Italic) format('svg);
}

/* ---------------
FONT-DEFINITION
----------------*/

h1, h2, h3, h4, h5, h6 {
font-family: 'DM Serif Display Regular', serif !important;
}

body,
.et_pb_column .et_pb_module li,
.et_pb_column .et_pb_module a,
.et_pb_column .et_pb_module select,
.et_pb_column .et_pb_module div {
font-family: 'Montserrat Regular', sans-serif !important;
}

/*buttons*/
input {
font-family: Montserrat Regular, sans-serif !important;
}