/*
Theme Name: Ana Flavia Baldisserotto
Theme URI: https://studiodess.com
Author: StudioDESS
Author URI: https://studiodess.com
Description: Tema institucional do site da artista Ana Flavia Baldisserotto.
Version: 1.0.0
Text Domain: sdess
*/

:root {
    --color-text: #222222;
    --color-text-light: #555555;
    --color-bg: #ffffff;
    --color-border: #e5e5e5;
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --container-width: 1200px;
}

* , *::before, *::after {
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: var(--font-family);
    color: var(--color-text);
    background-color: var(--color-bg);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

#conteudo {
    flex: 1 0 auto;
}

.site-footer {
    flex-shrink: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 24px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
