/**
* Copyright Aquera Inc 2026
*
* This source code is licensed under the BSD-3-Clause license found in the
* LICENSE file in the root directory of this source tree.
*/

import {css} from 'lit';

/**
 * {{pascalCase name}} CSS
 */
export const styles = css`
	:host {

	}
`;

export default [styles];