*{
    margin: 0;
    padding: 0;
    font-family: 'Full Sans SC 50 Book';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Full Sans SC 10';
    src: url('../../FullSansSC-10Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Full Sans SC 30';
    src: url('../../FullSansSC-30Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Full Sans SC 50 Book';
    src: url('../../fuentes/FullSansSC-50Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Full Sans SC 90';
    src: url('../../fuentes/FullSansSC-90Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root{
    --main-color: #303843;
    --body_color: #353c4d;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 710px;
    background-color: var(--body_color);
    font-family: 'Full Sans SC 50 Book';
    font-weight: normal;
    font-style: normal;
}

section{
    flex: 1;
    border: 1px solid black;
}

footer{
    min-height: 50px;
    background-color: var(--main-color);
}
.logo-footer{
    width: 200px;
}

.separador{
    height: 40px;
}

