/**
 * Theme Name:   Hello Elementor Child
 * Template:     hello-elementor
 * Version:      1.0
 * Description:  Ruhr Vest Media
 * Author:       Ruhr Vest Media
 * Text Domain:  hello-elementor-child
 */

@import url("../hello-elementor/style.css");

/** Schriftart **/

@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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