/*
Theme Name: Top Casino Free Spins
Version: 1.0.0
Description: Custom theme for topcasinofreespins.com
Author: Top Casino Free Spins
Requires at least: 6.3
Requires PHP: 7.4
*/

:root {
    --bg:       #F0E7D8;
    --text:     #0D1117;
    --heading:  #007663;
    --btn-bg:   #FDC97C;
    --btn-text: #007663;
    --font:     'Syne', sans-serif;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading);
    font-family: var(--font);
}

a {
    color: var(--text);
}

.btn, button {
    background: var(--btn-bg);
    color: var(--btn-text);
    font-family: var(--font);
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    cursor: pointer;
}/*
Theme Name: Top Casino Free Spins
Version: 1.0.0
Description: Custom theme for topcasinofreespins.com
Author: Top Casino Free Spins
Requires at least: 6.3
Requires PHP: 7.4
*/