/*
SPDX-FileCopyrightText: 2023-2024 Karine Nanyan <s4kanany[AT]uni-trier[DOT]de>
SPDX-FileCopyrightText: 2023-2024 MikroSim Project
SPDX-License-Identifier: MIT
*/

/* Roboto black */
@font-face {
    font-family: "Roboto";
    src: url("/webfonts/Roboto/Roboto-Black.woff2") format('woff2'),
         url("/webfonts/Roboto/Roboto-Black.woff") format('woff'),
         url("/webfonts/Roboto/Roboto-Black.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Roboto black italic */

@font-face {
    font-family: "Roboto";
    src: url("/webfonts/Roboto/Roboto-BlackItalic.woff2") format('woff2'),
         url("/webfonts/Roboto/Roboto-BlackItalic.woff") format('woff'),
         url("/webfonts/Roboto/Roboto-BlackItalic.ttf") format('truetype');
    font-weight: 900;
    font-style: italic;
}

/* Roboto bold */

@font-face {
    font-family: "Roboto";
    src: url("/webfonts/Roboto/Roboto-Bold.woff2") format('woff2'),
         url("/webfonts/Roboto/Roboto-Bold.woff") format('woff'),
         url("/webfonts/Roboto/Roboto-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Roboto bold italic */

@font-face {
    font-family: "Roboto";
    src: url("/webfonts/Roboto/Roboto-BoldItalic.woff2") format('woff2'),
         url("/webfonts/Roboto/Roboto-BoldItalic.woff") format('woff'),
         url("/webfonts/Roboto/Roboto-BoldItalic.ttf") format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Roboto italic */

@font-face {
    font-family: "Roboto";
    src: url('/webfonts/Roboto/Roboto-Italic.woff2') format('woff2'),
         url('/webfonts/Roboto/Roboto-Italic.woff') format('woff'),
         url('/webfonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Roboto light */

@font-face {
    font-family: "Roboto";
    src: url('/webfonts/Roboto/Roboto-Light.woff2') format('woff2'),
         url('/webfonts/Roboto/Roboto-Light.woff') format('woff'),
         url('/webfonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Roboto light italic */

@font-face {
    font-family: "Roboto";
    src: url('/webfonts/Roboto/Roboto-LightItalic.woff2') format('woff2'),
         url('/webfonts/Roboto/Roboto-LightItalic.woff') format('woff'),
         url('/webfonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Roboto medium */

@font-face {
    font-family: "Roboto";
    src: url('/webfonts/Roboto/Roboto-Medium.woff2') format('woff2'),
         url('/webfonts/Roboto/Roboto-Medium.woff') format('woff'),
         url('/webfonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Roboto medium italic */

@font-face {
    font-family: "Roboto";
    src: url('/webfonts/Roboto/Roboto-MediumItalic.woff2') format('woff2'),
         url('/webfonts/Roboto/Roboto-MediumItalic.woff') format('woff'),
         url('/webfonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* Roboto regular */

@font-face {
    font-family: "Roboto";
    src: url("/webfonts/Roboto/Roboto-Regular.woff2") format('woff2'),
         url("/webfonts/Roboto/Roboto-Regular.woff") format('woff'),
         url("/webfonts/Roboto/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto thin */

@font-face {
    font-family: "Roboto";
    src: url("/webfonts/Roboto/Roboto-Thin.woff2") format('woff2'),
         url("/webfonts/Roboto/Roboto-Thin.woff") format('woff'),
         url("/webfonts/Roboto/Roboto-Thin.ttf") format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Roboto thin italic */

@font-face {
    font-family: "Roboto";
    src: url('/webfonts/Roboto/Roboto-ThinItalic.woff2') format('woff2'),
         url('/webfonts/Roboto/Roboto-ThinItalic.woff') format('woff'),
         url('/webfonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Font awesome line awesome */

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-display: auto;
    src: url('/webfonts/fa-solid-900.woff2') format('woff2'),
         url('/webfonts/fa-solid-900.woff') format('woff'),
         url('/webfonts/fa-solid-900.ttf') format('truetype');
}
