﻿:root {
    --colour-primary: #1E81BE;
    --colour-primary-variant: #3295D2;
    --colour-on-primary: white;
    --colour-secondary: #7AC9BF;
    --colour-secondary-variant: #678297;
    --colour-on-secondary: white;
    --colour-background: #f3f4f7;
    --colour-on-background: black;
    --colour-surface: lightgray;
    --colour-on-surface: black;
    --colour-disabled: #cccccc;
    --colour-on-disabled: #666666;
    --colour-error: red;
    --colour-on-error: white;
    --colour-warning: orange;
    --colour-on-warning: white;
    --colour-success: green;
    --colour-on-success: white;
    --colour-shadow: rgba(0, 0, 0, 0.3);
    --font-face-regular: 'Inter';
    --font-weight-light: 300;
    --font-weight-medium: 600;
    --font-weight-bold: 900;
    --size-app-bar: 42px;
    --tab-bar-item-padding: 5px;
    --cart-count-position-offset: -5px 7px auto auto;
}
