/*
Theme Name: GIFLABS Pro Theme
Theme URI: https://giflabs.defil.ufop.br
Author: ChatGPT
Description: Tema WordPress avançado baseado no projeto original.
Version: 3.0
Text Domain: giflabs
*/

:root{
    --primary:#0f172a;
    --secondary:#111827;
    --accent:#38bdf8;
    --text:#ffffff;
}

body{
    margin:0;
    background:var(--primary);
    color:var(--text);
    font-family:Inter, Arial, sans-serif;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.site-header{
    padding:20px 0;
    background:#020617;
}

.site-footer{
    padding:30px 0;
    background:#020617;
    text-align:center;
}
