/*!
    *
    * Wijmo Library 5.20261.50
    * https://developer.mescius.com/wijmo
    *
    * Copyright(c) MESCIUS inc. All rights reserved.
    *
    * Licensed under the End-User License Agreement For MESCIUS Wijmo Software.
    * us.sales@mescius.com
    * https://developer.mescius.com/wijmo/licensing
    *
    */

////////////////////////////////////////////////////////////////
// material-vars theme
//
// Based on the material theme, but using CSS variables.
// For example:
//
// :root {
//     /* define primary and accent colors as RGB values */
//     --mdl-primary: 63, 81, 181;
//     --mdl-accent: 233, 30, 99;
// }
//
@use "wijmo.theme.material" with (
  $mdl-primary: rgba(var(--mdl-primary, 63, 81, 181), 1),
  $mdl-primary-light: rgba(var(--mdl-primary), 0.55),
  $mdl-accent: rgba(var(--mdl-accent, 233, 30, 99), 1)
);
