/**
 * orbit / web-app
 *
 * Copyright © 2013-2023 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: 'Manrope';
    src: url('/fonts/manrope/Manrope.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/inter/Inter-Italic.woff2') format('woff2'), url('/fonts/inter/Inter-Italic.woff') format('woff');
}

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

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    src: url('/fonts/inter/Inter-MediumItalic.woff2') format('woff2'),
        url('/fonts/inter/Inter-MediumItalic.woff') format('woff');
}

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

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 600;
    src: url('/fonts/inter/Inter-SemiBoldItalic.woff2') format('woff2'),
        url('/fonts/inter/Inter-SemiBoldItalic.woff') format('woff');
}
