/******************************************************************************
 *
 * Copyright (c) 2017, the Perspective Authors.
 *
 * This file is part of the Perspective library, distributed under the terms of
 * the Apache License 2.0.  The full license can be found in the LICENSE file.
 *
 */
 
@import "../less/fonts.less";
@import (css) url("https://fonts.googleapis.com/css?family=Orbitron");

@import (reference) "material";
@import (reference) "material-dense";
@import (reference) "material-dense.dark.less";
@import (reference) "material.dark.less";

.perspective-viewer-material{
    .perspective-viewer-material()
}

.perspective-viewer-material-dark{
    .perspective-viewer-material-dark()
}

.perspective-viewer-material-dense{
    .perspective-viewer-material-dense()
}

.perspective-viewer-material-dense-dark{
    .perspective-viewer-material-dense-dark()
}
