:root {
    /* Colors */
    --color-paper: #FFFFFF;
    --color-surface: #FFFFFF;
    --color-text: #111111;
    --color-text-light: #272727;
    --color-border: #272727;
    --color-editorial: #4E6883;
    --color-football: #4F6657;
    --color-culture: #8A5A44;
    --color-recipes: #B86E40;
    --color-txt: #4E6883;

    /* Layout & Transitions */
    --container: 1280px;
    --content: 720px;
    --font-ui: Inter, sans-serif;
    --transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
