@font-face {
    font-family: 'Creato Display';
    src: /* url('/public/fonts/CreatoDisplay-Regular.otf') format('oft'), */
         url('/public/fonts/CreatoDisplay-Thin.otf') format('oft');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #141e3c;
    --secondary-color: #2F71B3;
    --text-color: #ffffff;
    --text-color-secondary: #171B26;
    --font-size-base: 16px;
    --font-family: 'Arial', sans-serif, Helvetica, 'Helvetica Neue';
    --spacing-unit: 8px;

    --font-body: 'Creato Display', 'Montserrat', var(--font-family);
    --font-heading: 'Montserrat', var(--font-family);
}

body {
    padding: 0;
    margin: 0;
    background: var(--primary-color) url('../images/IMG_PAG_CONSTR.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: var(--font-body);
}

p {
    color: #fff;
    position: fixed;
    bottom: 0;
    margin: 1em;
    font-size: 2.5em;
}

p a {
    color: var(--secondary-color);
    font-family: var(--font-heading);
    text-decoration: none;
    font-weight: 500;
}