/*!
    *
    * 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 theme red-lime
//
@use "../../misc/constants" as c;

// Primary, accent colors
@use "../wijmo.theme.material" with (
  $mdl-primary: c.$mdl-red,
  $mdl-accent: c.$mdl-lime
);
