@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    /* Branding */
    --brand-logo: url("/images/your-logo.png");
    /* Colors */
    --color-base-100: #1d232a;
    --color-base-200: #191e24;
    --color-base-300: #15191e;
    --color-base-content: #ecf9ff;
    --color-primary: #605dff;
    --color-primary-content: #edf1fe;
    --color-secondary: #f43098;
    --color-secondary-content: #f9e4f0;
    --radius-selector: 0.5rem;
    --radius-field: 0.5rem;
    --radius-box: 0.8rem;
    --size-selector: 4px;
    --size-field: 4px;
    --size-grid-item-margin: 10px;
    --border: 1px;
    --depth: 1;
    --noise: 0;
    /* Font Settings */
    --font-family: "Inter Tight",sans-serif;
}
