/********************************************************************************
 *                                                                              *
 * index.css                                                                    *
 *                                                                              *
 * Copyright (c) 2024 Trovio Pty Ltd. All rights reserved.                      *
 *                                                                              *
 * This source code / material is the property of Trovio Pty Ltd and is         *
 * protected by intellectual property laws. Unauthorized use, copying,          *
 * modification, distribution, or dissemination in any form, in whole or in     *
 * part, without the prior written permission of Trovio Pty Ltd is strictly     *
 * prohibited. This includes, but is not limited to, commercial exploitation,   *
 * embedding into other products, and reverse engineering.                      *
 *                                                                              *
 * Trovio Pty Ltd reserves all rights not expressly granted here. Use of        *
 * this source code / material does not grant any rights to the intellectual    *
 * property of Trovio Pty Ltd or any third parties contained herein.            *
 * For inquiries about licensing or other permissions,                          *
 * please contact Trovio Pty Ltd at info@trovio.io.                             *
 *                                                                              *
 ********************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'PPPangramSans';
    src: local('PPPangramSans'), url(fonts/PPPangramSans-Medium.woff) format('woff');
}

body{
    font-family: 'Inter', sans-serif;
}
