/*
Theme Name: CBRA-Theme
Description: Das CBRA-Basis-Theme
Author: CBRA Digital
Author URI: https://cbra-media.com
Version: 1.0
Text Domain: cbra-theme
*/

/* INHALTSVERZEICHNIS */
/*
 * 1. Generelle Styles
 */

/* GENERELLE STYLES */

/* Resets */
address {
	font-style: normal;
}

/* Scrollbar */
body {
	overflow: overlay;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

h1 {
	font-size: 5rem;
}