/**
* Theme Name: BMW Root Theme
* Description: Theme für das Root-Blog
* Author: adwerba
* Author URI: https://adwerba.com
* Template: adwerba
* Version: 0.9.9
*/

@font-face {
    font-family: BMW Type Next Pro;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/root/assets/fonts/BMWGroupTNPro-Light.woff2') format('woff2');
}

@font-face {
    font-family: BMW Type Next Pro;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/root/assets/fonts/BMWGroupTNPro-Regular.woff2') format('woff2');
}

@font-face {
    font-family: BMW Type Next Pro;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/root/assets/fonts/BMWGroupTNPro-Medium.woff2') format('woff2');
}

@font-face {
    font-family: BMW Type Next Pro;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/wp-content/themes/root/assets/fonts/BMWGroupTNPro-Bold.woff2') format('woff2');
}

@font-face {
    font-family: icon-font;
    font-weight: 400;
    font-style: normal;
    font-display: undefined;
    src: url('/wp-content/themes/root/assets/fonts/icon-font.woff2') format('woff2');
}

html, body {
    
}

body {
    font-family: 'BMW Type Next Pro', sans-serif;
    font-weight: 300;
}

main {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

nav {
    display: block;
}

h1 {
    font-weight: 300;
    margin-bottom: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}