/**
 * orbit / app
 *
 * Copyright © 2013-2024 Panascais ehf. and / or subsidiaries. All rights reserved.
 *
 * All information contained herein is, and remains the property
 * of Panascais ehf. and its suppliers, if any.
 * The intellectual and technical concepts contained herein are
 * proprietary to Panascais ehf. and its suppliers and may
 * be covered by European, U.S. and foreign patents, patents in process,
 * and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Panascais ehf.
 *
 * License:
 *
 * You are not allowed to copy, modify, merge, publish, distribute,
 * sublicense, and / or sell copies of the software.
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the software.
 */

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 400;
    src:
        url('/fonts/plus-jakarta/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('/fonts/plus-jakarta/PlusJakartaSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 500;
    src:
        url('/fonts/plus-jakarta/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('/fonts/plus-jakarta/PlusJakartaSans-Medium.woff') format('woff');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 600;
    src:
        url('/fonts/plus-jakarta/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('/fonts/plus-jakarta/PlusJakartaSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'PlusJakartaSans';
    font-style: normal;
    font-weight: 700;
    src:
        url('/fonts/plus-jakarta/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('/fonts/plus-jakarta/PlusJakartaSans-Bold.woff') format('woff');
}
