﻿:root {
    --primary-color: #005293;
    --secondary-color: #003561;
    --white-color: #ffffff;
    --white-light-color: #dddddd;
    --text-color: #212529;
}

/*
* Custom CSS
*/

body {
    background-image: linear-gradient(-135deg, var(--secondary-color), var(--primary-color)) !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.line-content {
    border-left: 5px solid var(--secondary-color);
    border-radius: 4px;
}
