<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *::before, *::after {
    box-sizing: border-box;
}

* {
    outline-color: rgb(0, 40, 120); /* theme color 2*/
}

body {
    margin: 0;
    font-family: dmbrand, Arial, Helvetica, sans-serif; /*/theme.typography.fontFamily.primary.main,*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* DM font face - DMBrand */

@font-face {
    font-display: swap;
    font-family: 'dmbrand';
    font-style: normal;
    font-weight: 300;
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Light.eot);
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Light.eot?#iefix) format('embedded-opentype'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Light.woff2) format('woff2'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Light.woff) format('woff'); /* ie11 */
}

@font-face {
    font-display: swap;
    font-family: 'dmbrand';
    font-style: normal;
    font-weight: 400;
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Regular.eot);
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Regular.eot?#iefix) format('embedded-opentype'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Regular.woff2) format('woff2'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Regular.woff) format('woff'); /* ie11 */
}

@font-face {
    font-display: swap;
    font-family: 'dmbrand';
    font-style: normal;
    font-weight: 500;
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.eot);
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.eot?#iefix) format('embedded-opentype'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.woff2) format('woff2'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.woff) format('woff'); /* ie11 */
}

@font-face {
    font-display: swap;
    font-family: 'dmbrand';
    font-style: normal;
    font-weight: 600;
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.eot);
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.eot?#iefix) format('embedded-opentype'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.woff2) format('woff2'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Medium.woff) format('woff'); /* ie11 */
}

@font-face {
    font-display: swap;
    font-family: 'dmbrand';
    font-style: normal;
    font-weight: 700;
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Bold.eot);
    src: url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Bold.eot?#iefix) format('embedded-opentype'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Bold.woff2) format('woff2'),
    url(https://assets.dm.de/js-libraries/2023.331.3468/fonts/DMBrand-Bold.woff) format('woff'); /* ie11 */
}


</pre></body></html>