﻿@font-face {
    font-family: 'Lalezar';
    src: url('../../assets/fonts/Lalezar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family-title: 'Lalezar' !important;
}

body, footer {
    text-align: right;
    direction: rtl;
}

html[dir="rtl"] body {
    overflow-x: hidden;
}


.background {
    background-image: linear-gradient(to bottom left, white 0%, #b9e6fa 60%) !important;
}
    .background img {
        transform: scaleX(-1);
    }



.games-container::after {
    background: linear-gradient(to left, rgba(0,0,0,0.5), rgba(255,255,255,0.5)) !important;
}

