@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@100;300;400;600&family=Montserrat:wght@200;400;500;700&family=Open+Sans:wght@300;400;500;700&family=Roboto:wght@100;300;400;500;700&family=Ubuntu:wght@300;500&display=swap');

:root { 
    --font-weight: 300; /* select|Expressura da font [fina:100,media:200,300] */

    --primary: #111111; /* color|Cor primaria */
    --secondary: #D95B00; /* color|Cor secundaria */

    --font-primary: 'Montserrat', sans-serif; /* Select|Fonte Primária */
    

    
    --btn-primary:var(none); /* color|Cor Botão Principal */
    --btn-primary-hover:var(none); /* color|Cor Botão Principal Hover */
    
    --green:#00b32d; /* color|Cor Botão Principal Hover */
    
    --container-lg:var(none); /* text|Largura do container */
    
    --max-width-logo: 200px; /* text|Tamanho da logo */

    --text: #000000; /* color|Cor|Botoes */
    --background: #ffffff; /* color|Background|Botoes */
    
}