/* 
Theme Name: Fotolabo-Motyw
Text Domain: Fotolabo-Motyw
Version: 0.1
Description: shop page for Fotolabo
Tags: shop
Author: Ulom Development
*/

:root {
    --leadTheme: #4ed2fa;
    --leadThemeDim: #36c1e8;
    --leadThemeDark: #1aa8cf;

    --assistTheme: #ffae23;
    --assistThemeDim: #e89d1f;
    --assistThemeDark: #cc8a1b;

    --bgTheme: #ffffff;
    --cardBg: #ffffff;
    --textMain: #333;
    --textLight: #777;
    --borderColor: #e0e0e0;
}

* {
    margin: 0; padding: 0;
}

body {
    background-color: #fafafa; /* Bardzo jasny, złamany szary jako baza */
    /* to poniżej to kod gradientu */
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2560 7680.009633730098' preserveAspectRatio='none'%3E%3Cg transform='scale(9.633730097503886)'%3E%3Crect x='0' y='0' width='265.73333333333335' height='797.2' fill='%23fcfcfc'/%3E%3Crect x='0' y='0' width='265.73' height='265.73' fill='%23ffffff'/%3E%3Cpolygon points='0,0 265.73,265.73 0,265.73' fill='%23f0f0f0'/%3E%3Crect x='0' y='265.73' width='265.73' height='265.73' fill='%23f0f0f0'/%3E%3Cpolygon points='0,265.73 265.73,531.46 0,531.46' fill='%23ffffff'/%3E%3Crect x='0' y='531.47' width='265.73' height='265.73' fill='%23ffffff'/%3E%3Cpolygon points='265.73,531.47 265.73,797.2 0,797.2' fill='%23f0f0f0'/%3E%3C/g%3E%3C/svg%3E");





    background-repeat: repeat-y;
    background-size: 100% 3000px;
}
