/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

/* overwrite general settings of oceanwp for focus of links (black border) */
#main a:focus,
#site-header a:focus,
#footer a:focus{
	outline: 0px !important;
}



:root {
    --farbe-weiss: #FFFFFF;
    --farbe-schwarz: #1D1D1B;
    --farbe-gelb: #FCC802;
	--farbe-rot: #EB6103;
	--farbe-orange: #F5A12B;
	--farbe-dunkelgrau: #324349;
	
    --geboxte-zeile: 11vw;
}


/* Outfit Variable */
@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/oceanwp-child/assets/fonts/Outfit/Outfit-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}