/*Xunta Fonts Load*/
@font-face {
    font-family: "xuntasans-bold";
    src: url("../fonts/XuntaSans-Bold.woff2");
}

@font-face {
    font-family: "xuntasans-italic";
    src: url("../fonts/XuntaSans-Italic.woff2");
}

@font-face {
    font-family: "xuntasans-regular";
    src: url("../fonts/XuntaSans-Regular.woff2");
}

/* Fonts definition */
a, h1, p, h2{
    font-family: xuntasans-regular;
}

h5{
    font-size: 18px !important;
}

strong{
    font-family: xuntasans-bold;
}

a:not(a.btn-lg){
    font-size: 14px !important;
}

/*Common page styles*/
div.body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

div.main{
    flex: 1;
}