:root {
    --at-ff-body: 'Outfit', sans-serif;
    --at-ff-heading: 'Outfit', sans-serif;
    --at-ff-p: 'Outfit', sans-serif;
    --at-ff-primary: 'Jost', sans-serif;
    --at-ff-secondary: 'Crimson Pro', serif;
    --at-ff-fontawesome: "Font Awesome 6 Pro";
    --at-common-white: #ffffff;
    --at-common-black: #000;
    --at-common-black-1: #010F1C;
    --at-grey-1: #F6F4EE;
    --at-grey-2: #84807B;
    --at-grey-3: #55585B;
    --at-grey-4: #EFEDE7;
    --at-grey-5: #636366;
    --at-grey-6: #4F5158;
    --at-red-1: #AF0E2E;
    --at-red-2: #C41230;
    --at-red-3: #B70A14;
    --at-blue-1: #F1F3F9;
    --at-heading-primary: #161613;
    --at-heading-2: #031F42;
    --at-heading-3: #0A1D3A;
    --at-heading-4: #161821;
    --at-text-body: #57595F;
    --at-theme-primary: #AB0C2F;
    --at-theme-secondary: #1A73E8;
    --at-theme-3: #FF7162;
    --at-theme-4: #B1040E;
    --at-theme-5: #F0EC51;
    --at-theme-6: #1E1E2F;
    --at-theme-7: #4661FD;
    --at-theme-8: #006B61;
    --at-dashboard-primary: #556DF5;
    --at-dashboard-secondary: #5169F1;
    --at-dashboard-3: #5B7D55;
    --at-dashboard-danger: #FF4D4F;
    --at-dashboard-sucess: #0F9F55;
    --at-dashboard-warning: #F59B12;
    --at-dashboard-info: #5974FF;
    --at-border-primary: #EAEBED;
    --at-border-2: #E4E2DC;
}