/*
 * SPDX-FileCopyrightText: 2024 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

/* Dimensions */
$x-large-space: 2rem;
$large-space: 1.5rem;
$default-space: 1rem;
$medium-space: 0.75rem;
$small-space: 0.5rem;
$tiny-space: 0.25rem;

$default-control-height: 2rem;
$large-control-height: 2.5rem;
$medium-control-height: 1.5rem;

$large-icon-size: 2rem;
$default-icon-size: 1.5rem;
$small-icon-size: 1rem;

$default-border-radius: 0.25rem;

/* Font sizes */
$font-size-xs: 0.625rem;
$font-size-s: 0.75rem;
$font-size-caption: 0.75rem;
$font-size-default: 0.875rem;
$font-size-l: 1rem;
$font-size-xl: 1.375rem;

$font-weight-normal: 400;
$font-weight-bold: 700;

/* Line heights */
$line-height-xs: 1.4em;
$line-height-s: 1.5em;
$line-height-caption: 1.5em;
$line-height-caption-single: 1em;
$line-height-default: 1.429em;
$line-height-default-single: 1.143em;
$line-height-l: 1.5em;
$line-height-l-single: 1.25em;
$line-height-h2: 1.455em;
$line-height-xl: 1.091em;

$input-padding-y: 0.5rem;
$input-padding-x: 0.5rem;
$input-min-width: 2rem;
