@charset "utf-8";
// Copyright 2019, Oath Inc.
// Licensed under the terms of the MIT license. See LICENSE file in project root for terms.

@import "../utilities/global-variables.scss";

.shadow-1 {
    box-shadow: $shadow-1;
}

.shadow-2 {
    box-shadow: $shadow-2;
}

.shadow-3 {
    box-shadow: $shadow-3;
}

.shadow-4 {
    box-shadow: $shadow-4;
}

.shadow-5 {
    box-shadow: $shadow-5;
}