/*
 Theme Name:   YOOtheme Child
 Theme URI:    https://music.medienmatrixx.de/
 Description:  Child Theme für YOOtheme Pro
 Author:       Christian Kurz Mediendesign
 Author URI:   https://www.medienmatrixx.de
 Template:     yootheme
 Version:      1.0.0
*/


/* ==========================================================================
Font Definitions
========================================================================== */
@font-face {
    font-family: "Helvetica Roman";
    src: url("assets/fonts/Helvetica-Roman.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
/* ==========================================================================
___ END Font Definitions
========================================================================== */

/* ==========================================================================
Root Variables
========================================================================== */
:root {
    --fwr-color-black: #000000;
    --fwr-color-green: #94f164;
    --fwr-color-white: #ffffff;

    --fwr-font-primary: "Helvetica Roman", Helvetica, Arial, sans-serif;
}
/* ==========================================================================
___ END Root Variables
========================================================================== */

/* ==========================================================================
Base Styles
========================================================================== */
html,
body {
    font-family: var(--fwr-font-primary);
    font-style: normal;
    font-weight: 400;
    color: var(--fwr-color-white);
    background-color: var(--fwr-color-black);
}
h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
    font-family: var(--fwr-font-primary);
}
button,
input,
select,
textarea,
.uk-button,
.uk-navbar-nav > li > a,
.uk-nav > li > a {
    font-family: var(--fwr-font-primary);
}
/* ==========================================================================
___ END Base Styles
========================================================================== */