/*
 * Copyright (c) 2021 CryptoBLK Limited
 *
 * The material contained in this file is part of the Hyperledger implementation of the blockchain
 * related workflows, processes, record creation and update, application programming interface and
 * related operations (the “Software”) embedded in The Academic Certificate Verification Platform
 * (“ACVP”). The copyrights of the Software belongs to CryptoBLK Limited (“CryptoBLK”). CryptoBLK
 * hereby grants to Joint Universities Computer Centre Ltd (JUCC) an non-exclusive, non-resalable
 * rights, to use, copy and distribute to participants of JUCC to use this Software, subject to the
 * conditions set forth below.
 *
 * Modification of this Software is prohibited.
 * Distribution to the participants of JUCC in source code or other forms must include a copy of this
 * statement in a reasonable manner.
 * Distribution to any other parties are not allowed.
 *
 * If the terms of this statement are violated, the rights granted will be terminated automatically and
 * will not be reinstated without a prior written consent by CryptoBLK.
 * Any such termination will not affect the right of others who may have received copies of the
 * Software from JUCC.
 *
 */

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    font-variation-settings: "wght" 400;
    src: url('../fonts/rubik-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    font-variation-settings: "wght" 500;
    src: url('../fonts/rubik-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    font-variation-settings: "wght" 400;
    src: url('../fonts/rubik-italic-variablefont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    font-variation-settings: "wght" 500;
    src: url('../fonts/rubik-italic-variablefont_wght.ttf') format('truetype');
}
