/*
 * Copyright (c) 2026 MOHAMMAD AZIM ANSARI. All Rights Reserved.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and associated documentation files (the
 * "Software"), to use the Software for personal, educational, or other
 * non-commercial purposes, subject to the following conditions:
 *
 * -   The Software must not be used for any commercial purpose, including
 *     but not limited to selling, licensing, or incorporating it into a
 *     product or service for which payment or compensation is received.
 * -   The Software may be redistributed only in its original, unmodified,
 *     and complete form, provided that this copyright and license notice
 *     is included.
 * -   The Software must not be modified, sublicensed, or sold without
 *     prior written permission from the copyright holder.
 * -   The Software is provided solely in binary or compiled form unless
 *     otherwise explicitly stated.
 * -   All copyright and proprietary notices must be retained.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 */

:root {
    --dokka-logo-image-url: url('../images/logo-icon.svg');
    --dokka-logo-height: 42px;
    --dokka-logo-width: 42px;
}