/*
 * Customer theme, loaded at runtime after the application styles.
 * It can be replaced per installation by mounting a custom theme.css (see prod-deployment/SETUP.md).
 * Override the CSS custom properties from src/styles/_default-theme-config.scss here.
 * Relative URLs (e.g. fonts) resolve to /assets/customer-theme/.
 */

/* FONT DEFINITIONS FOR LOCALLY HOSTED FONT FILES */
@font-face {
    font-family: daimlertitle;
    src: url('./fonts/DaimlerCAC-Regular.ttf') format('woff2');
    font-weight: 600;
    font-display: block;
}

:root {
    /* /////////////////////////////// LIGHT THEME /////////////////////////////// */

    /* FONTS
font definition at the top of this stylesheet for font files served from assets
OR include an @import statement at the top of this stylesheet to use web fonts */
    /* --app-body-font-family: corpobody, sans-serif; */
    /* --app-heading-font-family: daimlertitle, sans-serif; */

    /* /////////////////////////////// DARK THEME /////////////////////////////// */

    /* FONTS */
    /* --app-dark-body-font-family: corpobody, sans-serif; */
    /* --app-dark-heading-font-family: daimlertitle, sans-serif; */
}
