﻿@font-face {
    font-family: 'StreamLineIconsLight';
    src: url('../fonts/streamline/fonts/StreamLineIconsLight.ttf') format('truetype'), url('../fonts/streamline/fonts/StreamLineIconsLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: dmsans;
    src: url(../fonts/DMSans.ttf);
}


:root {
    --corner-radius-small: 2px;
    --corner-radius-medium: 4px;
    --corner-radius-default: var(--corner-radius-medium);
    --corner-radius-large: 8px;
    --corner-radius-xlarge: 12px;
    --font-size-caption: 12px;
    --font-size-default: 18px;
    --font-size-h1: 68px;
    --font-size-h2: 54px;
    --font-size-h3: 40px;
    --font-size-h4: 32px;
    --font-size-h5: 28px;
    --font-size-h6: 24px;
    --padding-default: 12px;
    --ColorPrimary: #ff6d41 !important;
    --ColorPrimaryLight: #ff7f58 !important;
    --ColorPrimaryLighter: rgba(255, 109, 65, 0.16) !important;
    --ColorPrimaryDark: #eb643c !important;
    --ColorPrimaryDarker: #bf5231 !important;
}

html, body {
    font-family: var(--DefaultFontFamily);
}

body {
    background: white !important;
}

.sl-icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'StreamLineIconsLight' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loginlogo {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.dark-mode-html-editor {
    --rz-text-color: #e0e0e0 !important;
    --rz-base-background-color: #2d2d2d !important;
}

    .dark-mode-html-editor .rz-html-editor-content {
        background-color: #2d2d2d !important;
        color: #e0e0e0 !important;
    }

        .dark-mode-html-editor .rz-html-editor-content * {
            color: inherit;
        }