/**
 * Estilos gerais Formando.pt
 * Usado em: planos, contacto, cookies, termos, politica
 */
:root {
    --primary: #135bec;
    --primary-dark: #0d47c4;
}
body { font-family: system-ui, sans-serif; }
a { color: var(--primary); }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
