/* 
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;

    --bgTheme: #e2e2e2;

    --assistTheme: #ffae23;
    --assistThemeDim: #e89d1f;
    --assistThemeDark: #cc8a1b;
}

* {
    margin: 0; padding: 0;
}

body {
    background-color: rgb(245, 245, 245);
}

