// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) KALEIDOS INC Sucursal en España SL

@use "ds/_utils.scss" as *;

.font-select-wrapper,
.font-select-wrapper-composite {
  position: absolute;
  width: 100%;
  height: px2rem(115);
  top: px2rem(54);
}

.font-select-wrapper-composite {
  top: px2rem(36);
}
