﻿/* Theme CSS for rafisklag */
/* Last updated: 2026-08-26 08:11:52 UTC */

:root {
    --body-backgroundColor: #ffffff;
    --body-font-family: Helvetica, Arial, sans-serif;
    --heading-font-family: Helvetica, Arial, sans-serif;
    --approved-google-fonts: Roboto|Open Sans;
    --header-backgroundColor: #F8FBFF;
    --header-nav-textColor: #115EA6;
    --header-nav-linkColor: #3d4b5c;
    --header-nav-linkHoverColor: #2C5D8A;
    --header-nav-linkActive: #FFFFFF;
    --header-nav-linkActiveBgColor: #115EA6;
    --header-nav-borderColor: #cbdbe8;
    --logo-linkColor: #1a3a58;
    --logo-linkHoverColor: #2c5d8a;
    --footer-backgroundColor: #115EA6;
    --footer-textColor: #FFFFFF;
    --footer-linkColor: #FFFFFF;
    --footer-linkHoverColor: #1a3a58;
    --footer-SocialColor1: #4a90e2;
    --footer-SocialColor2: #FFFFFF;
    --header-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --footer-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.content {
    --backgroundColor: #f8fbff;
    --heading: #1a3a58;
    --secondHeading: #2c5d8a;
    --textColor: #334155;
    --linkColor: #2c5d8a;
    --linkHoverColor: #1a3a58;
    --borderColor: #d1d9e6;
    --highligthBgColor: #dbeafe;
    --highligthTextColor: #1e40af;
    --tableBackground: #f8fbff;
    --tableBackgroundOdd: #f3f8fc;
    --tableBackgroundEven: #fcfdfe;
    --boxBgColor: #e0f2fe;
    --boxBorderColor: #bae6fd;
    --boxOpenBgColor: #ffffff;
    --boxOpenBorderColor: #7dd3fc;
    --boxHeaderTextColor: #FFFFFF;
    --boxLinkTextColor: #ffffff;
    --boxTextColor: #ffc107;
    --buttonBgColor: #032e59;
    --buttonTextColor: #ffffff;
}

.content-c1 {
    --backgroundColor: #FFFFFF;
    --heading: #1a3a58;
    --secondHeading: #2c5d8a;
    --textColor: #334155;
    --linkColor: #2c5d8a;
    --linkHoverColor: #1a3a58;
    --borderColor: #d1d9e6;
    --highligthBgColor: #dbeafe;
    --highligthTextColor: #1e40af;
    --tableBackground: #f8fbff;
    --tableBackgroundOdd: #f3f8fc;
    --tableBackgroundEven: #fcfdfe;
    --boxBgColor: #FFFFFF;
    --boxBorderColor: #FFFFFF;
    --boxOpenBgColor: #ffffff;
    --boxOpenBorderColor: #7dd3fc;
    --boxHeaderTextColor: #FFFFFF;
    --boxLinkTextColor: #ffffff;
    --boxTextColor: #000000;
    --buttonBgColor: #032e59;
    --buttonTextColor: #ffffff;
}

.content-c2 {
    --backgroundColor: #115EA6;
    --heading: #FFFFFF;
    --secondHeading: #FFFFFF;
    --textColor: #FFFFFF;
    --linkColor: #FFFFFF;
    --linkHoverColor: #1a3a58;
    --borderColor: #d1d9e6;
    --highligthBgColor: #dbeafe;
    --highligthTextColor: #1e40af;
    --tableBackground: #f8fbff;
    --tableBackgroundOdd: #f3f8fc;
    --tableBackgroundEven: #fcfdfe;
    --boxBgColor: #e0f2fe;
    --boxBorderColor: #bae6fd;
    --boxOpenBgColor: #ffffff;
    --boxOpenBorderColor: #7dd3fc;
    --boxHeaderTextColor: #FFFFFF;
    --boxLinkTextColor: #ffffff;
    --boxTextColor: #000000;
    --buttonBgColor: #032e59;
    --buttonTextColor: #ffffff;
}

.content-c3 {
    --backgroundColor: #6D9DC5;
    --heading: #000000;
    --secondHeading: #000000;
    --textColor: #000000;
    --linkColor: #2c5d8a;
    --linkHoverColor: #1a3a58;
    --borderColor: #d1d9e6;
    --highligthBgColor: #dbeafe;
    --highligthTextColor: #1e40af;
    --tableBackground: #f8fbff;
    --tableBackgroundOdd: #f3f8fc;
    --tableBackgroundEven: #fcfdfe;
    --boxBgColor: #6D9DC5;
    --boxBorderColor: #6D9DC5;
    --boxOpenBgColor: #ffffff;
    --boxOpenBorderColor: #7dd3fc;
    --boxHeaderTextColor: #FFFFFF;
    --boxLinkTextColor: #ffffff;
    --boxTextColor: #FFFFFF;
    --buttonBgColor: #032e59;
    --buttonTextColor: #ffffff;
}
