﻿

html {
    font-size: 12px;
}

body {
    background-color: #e9ebee;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial ,sans-serif; /* Same as default bootstrap theme in SpeedAdmin. Strategy is to use same font throughout the admin part of SpeedAdmin. For new student/parent area in V2 we use "Open Sans" specified in other CSS.*/
    //font-size: .875rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #e9ebee;
}


/* 
    SpeedAdmin V2 uses Bootstrap 5 which adds some root variables, not automatically applied as all bootstrap styling is scoped below class react-style-root.
    This file re-applies those we need. 
    !! If changed, also make sure to update speedadmin.v2.frontend/public/index.html !!
*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #006580;
    --bs-secondary: #f5f5f5;
    --bs-success: #238704;
    --bs-info: #406873;
    --bs-warning: #F77700;
    --bs-danger: #DC3232;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 0, 101, 128;
    --bs-secondary-rgb: 245, 245, 245;
    --bs-success-rgb: 35, 135, 4;
    --bs-info-rgb: 64, 104, 115;
    --bs-warning-rgb: 247, 119, 0;
    --bs-danger-rgb: 220, 50, 50;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
}
