﻿/*Above-IT color palette per logo
#112e3f logo font color
#13a5e9 top sphere bottom
#0f4463 top sphere top
#1fbcf2 arrow bottom
#117ec5 arrow top
#737373 slogan font color
*/

:root {
    --primary-color: #1077BB;
    --primary-color-dark: #0D5E87;
    --primary-color-light: #7fc1e8;
    --primary-color-lighter: #e4f1fb;
    --secondary-color: #e9f8ff;
    --tertiary-color: #0f4463;
    --light: #F3F8FC;
    --dark: #343a40;
    --bg-light: #F3F8FC;
    --bg-white: #ffffff;
    --text-color-dark: #343a40; /* Dark grey text */
    --text-color-medium: #6c757d; /* Medium grey text (muted) */
    --text-color-light: #f8f9fa; /* Light text for dark backgrounds */
    --link-color-primary: var(--primary-color);
    --link-color-action: var(--primary-color);
    --border-color-light: #ced4da;
    --border-radius: 0.5rem;
    --focus-shadow-color: rgba(0, 114, 188, 0.35); /* Slightly stronger focus shadow */
    --box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --transition-speed: 0.3s;
}
