﻿@import "../Common/Common.css";

/*#region params*/
:root {
    --theme-primary:#a32035;
    --theme-primary-darker-1:#8F1C2E;
    --theme-primary-darker-2:#7A1828;
    --theme-primary-darker-3:#661421;
    --theme-primary-darker-4:#52101B;
    --theme-primary-darker-5:#3D0C14;
    --theme-primary-lighter-1:#AF3C4E;
    --theme-primary-lighter-2:#BA5868;
    --theme-primary-lighter-3:#C67481;
    --theme-primary-lighter-4:#D1909A;
    --theme-primary-lighter-5:#D1909A;
}

/*#endregion*/

header div.header-logo div.img
{
    background-image: url("Images/arctic-logo.svg");
}

div.spaboy-logo {
    background-image: url("Images/spaboy_title.png");
    width: 430px;
    height: 94px;
}