        /*
Theme Name: Team mansoka
Theme URI: 
Author: the WordPress team
Version: 1
License: GNU General Public License v2 or later
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
        
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;0,400;0,600;1,700&family=Open+Sans:wght@300;600&display=swap');

:root {
    --color_amarillo: #ffc000;
    --color_rojo: #9b0000;
    --color_fuente: #8d8d8d;
}

body {
padding: 0px;
margin: 0px;
font-family: 'Josefin Sans', sans-serif;
color: var(--color_fuente)
overflow-x: hidden;
}

