/**
 * /assets/fonts/SF-Pro-Display/SF-Pro-Display.css
 *
 * SF-Pro-Display font definition.
 *
 * This file is licensed under the MIT License.
 * See LICENSE in the project root for license information.
 *
 * @author		Belikhun
 * @version		1.0
 * @license		MIT
 * @copyright	2018-2023 Belikhun
 */

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Black"),
        url("SF-Pro-Display-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-BlackItalic"),
        url("SF-Pro-Display-BlackItalic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Bold"),
        url("SF-Pro-Display-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-BoldItalic"),
        url("SF-Pro-Display-BoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Heavy"),
        url("SF-Pro-Display-Heavy.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-HeavyItalic"),
        url("SF-Pro-Display-HeavyItalic.otf") format("opentype");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Light"),
        url("SF-Pro-Display-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-LightItalic"),
        url("SF-Pro-Display-LightItalic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Medium"),
        url("SF-Pro-Display-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-MediumItalic"),
        url("SF-Pro-Display-MediumItalic.otf") format("opentype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Regular"),
        url("SF-Pro-Display-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-RegularItalic"),
        url("SF-Pro-Display-RegularItalic.otf") format("opentype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Semibold"),
        url("SF-Pro-Display-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-SemiboldItalic"),
        url("SF-Pro-Display-SemiboldItalic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Thin"),
        url("SF-Pro-Display-Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-ThinItalic"),
        url("SF-Pro-Display-ThinItalic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-Ultralight"),
        url("SF-Pro-Display-Ultralight.otf") format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SFProDisplay";
    src: local("SF-Pro-Display-UltralightItalic"),
        url("SF-Pro-Display-UltralightItalic.otf") format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}
