/*Variables*/

:root {
    --color-link: #df8047;
    --color-btn: #dd985c;
    --color-btn-txt: #fff;
    --color-text: #000;
    --color-text-white: #FFFFFF;
    --color-title: #000;
    --color-bg-1: #f4edde;
    --color-bg-2: #dd985c;
    --color-bg-3: #a16f5d;
    --color-red: #df8047;
    --font-title: Courgette;
    --font-text: Jost;
    --bg-transparent: transparent;
}
