/* ==========================================================================
1. CONFIGURAÇÕES GERAIS E TIPOGRAFIA
========================================================================== */
/* 1. Declarando a Axiforma (Arquivo Local) */
@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Kastelov - Axiforma Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Axiforma';
    src: url('../fonts/Kastelov - Axiforma Black.otf') format('opentype');
    font-weight: 900;
}

/* 2. Definindo a Hierarquia (Font Stack) */
body {
    /* O navegador lê da esquerda para a direita */
    font-family: 'Axiforma', 'Montserrat', sans-serif;
    font-weight: 400;
}

h1,
.main-title,
.btn-cta-main {
    font-family: 'Axiforma', 'Montserrat', sans-serif;
    font-weight: 900;
    /* Vai usar Axiforma Black ou Montserrat 900 */
}

body {
    font-family: 'Axiforma', 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #fdfbf7;
    /* Tom off-white de fundo padrão */
    color: #1a1a1a;
}

.logo {
    width: 100px;
    /* Tamanho do logo */
}

.logo2{
    width: 200px;
    /* Tamanho do logo */
}