/*
 Theme Name: OGC Child
 Theme URI: https://bluetreeperu.com
 Description: Theme developed by Blue Tree Perú for the UNSAAC OGC
 Author: Blue Tree
 Author URI:
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: ogc
*/

/* Estilos personalizados */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --principal: #9B192D;
    --secundario: #9B192D;
    --acento: #E8A134;
    --alt1: #D9D9D9;
    --alt2: #F2F2F2;
    --texto: #393939;
    --blanco: #ffffff;
    --shadow: rgba(0, 0, 0, 0.15);
    
    --font-family: "Poppins", sans-serif;
    --font-thin: 100;
    --font-light: 300;
    --font-regular: 400;
    --font-medium: 500;
    --font-bold: 700;
    --font-xbold: 700;
}

body {
	font-family: 'Poppins', sans-serif !important;
}

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}

