/* Copyright (c) 2026 Adeotype Typesetting Group. All Rights Reserved.
 *
 * The following typefaces are designed to be metrically-compatible with
 * the most common fonts on the web: Arial, Courier New, and Times New Roman.
 * Whereas those fonts are proprietary, these fonts are open source.
 *
 * You may use the below font software in accordance with the SIL Open Font License.
 * License information is available at https://openfontlicense.org/.
 * Reserved Font Names: "Arina", "Arina AT", "Courier Now", "Courier Now PS",
 * "Title New Roman".
 *
 * This Cascading Style Sheets file is available under the MIT License.
 */

:root {
    --sans-serif: 'Arina', 'Arial', Helvetica, sans-serif;
    --serif: 'Title New Roman', 'Times New Roman', 'Times', serif;
    --monospace: 'Courier Now', 'Courier New', Courier, monospace;
}

/* Arina AT, metrically-combatible with Arial MT */
@font-face {
    font-family: 'Arina';
    src: url(https://adeotype.pages.dev/fonts/web3/arina.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Arina';
    src: url(https://adeotype.pages.dev/fonts/web3/arinai.woff2) format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Arina';
    src: url(https://adeotype.pages.dev/fonts/web3/arinabd.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Arina';
    src: url(https://adeotype.pages.dev/fonts/web3/arinabi.woff2) format('woff2');
    font-weight: 700;
    font-style: italic;
}

/* Courier Now PS, metrically-compatible with Courier New PS */
@font-face {
    font-family: 'Courier Now';
    src: url(https://adeotype.pages.dev/fonts/web3/courier.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Courier Now';
    src: url(https://adeotype.pages.dev/fonts/web3/courieri.woff2) format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Courier Now';
    src: url(https://adeotype.pages.dev/fonts/web3/courierbd.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Courier Now';
    src: url(https://adeotype.pages.dev/fonts/web3/courierbi.woff2) format('woff2');
    font-weight: 700;
    font-style: italic;
}

/* Title New Roman, metrically-compatible with Times New Roman */
@font-face {
    font-family: 'Title New Roman';
    src: url(https://adeotype.pages.dev/fonts/web3/title.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Title New Roman';
    src: url(https://adeotype.pages.dev/fonts/web3/titlei.woff2) format('woff2');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Title New Roman';
    src: url(https://adeotype.pages.dev/fonts/web3/titlebd.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Title New Roman';
    src: url(https://adeotype.pages.dev/fonts/web3/titlebi.woff2) format('woff2');
    font-weight: 700;
    font-style: italic;
}
