/*
    Theme Name: Fostek AAMG
    Theme URI: https://fostek-aamg.com/
    Author: Jonathan Rosas - Fostek AAMG
    Author URI: https://jrosas.com/
    Description: Un tema personalizado para el sitio web de Fostek AAMG.
    Version: 1.1.0
    Tags: edicion-de-servicios, SEO, Wordpress, PHP, HTML, CSS
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: fostek_aamg
*/

body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #333;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    font-family: 'inter', sans-serif;
}

.footer-tag-icon {
    text-decoration: none;
    color: white;
}