﻿:root {
    --primary-50: #ecedf8;
    --primary-100: #d6d8f0;
    --primary-200: #acb1e2;
    --primary-300: #878dd4;
    --primary-400: #5d66c6;
    --primary-500: #3d47ad;
    --primary-600: #2f3684;
    --primary-700: #21265d;
    --primary-800: #15193c;
    --primary-900: #0b0c1e;
}

.santa-hat {
    position: absolute;
    width: 22px;
    transform: scaleX(-1) rotate(-16deg);
    top: 27px;
    left: 228px;
}