/*
Theme Name:     Sallier
Theme URI:      https://sallier-immobilien.de/
Description:    Divi angepasst für Sallier Immobilien e.K..
Author:         Oscar Albers
Author URI:     https://oscaralbers.de/
Template:       Divi
Version:        1.0.0
*/

/* Generelles Styling */

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

/* Typografie */

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('/wp-content/uploads/fonts/proxima-nova-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Proxima Nova Light', sans-serif;
}