/* ========================= */
/*  Copyright (c) AJ-Holzer  */
/*  All rights reserved      */
/* ========================= */


:root {
    /* Colors */
    --bg: #0b0f14;
    --bg-soft: #121821;
    --text: #e6eaf0;
    --text-muted: #9aa4b2;
    --accent: #4fd1c5;

    /* Special colors */
    --glow: rgba(79, 209, 197, 0.15);
    --transparent-background-color: rgba(18, 24, 33, 0.95);

    /* Box shadow colors */
    --box-shadow-color: rgba(0, 0, 0, 0.5);

    /* Border stuff */
    --border-radius: 10px;

    /* Navbar */
    --navbar-height: 4.5rem;

    /* Projects */
    --project-container-min-height: 4rem;
    --project-container-animation-duration: 0.25s;
}