/**
 * /assets/fonts/Albula/Albula.css
 * 
 * Albula 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: "Albula";
    src: local("Albula-Medium"),
        url("Albula-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-Regular"),
        url("Albula-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-SemiBold"),
        url("Albula-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-Light"),
        url("Albula-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-Heavy"),
        url("Albula-Heavy.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-Thin"),
        url("Albula-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-ExtraLight"),
        url("Albula-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-Bold"),
        url("Albula-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Albula";
    src: local("Albula-ExtraBold"),
        url("Albula-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

