/*
Theme Name: Portal AARCA
Theme URI: https://aarca.eco.br
Author: Associação Agroecológica do Alto do Oriente
Author URI: https://aarca.eco.br
Description: Portal Institucional da Associação Agroecológica do Alto do Oriente.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: portal-aarca
License: GPL v2 or later
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial,Helvetica,sans-serif;
    background:#ffffff;
    color:#222;
    line-height:1.6;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

a{
    text-decoration:none;
}
