@font-face {
    font-family: 'DIN2014WebRegular';
    src:
        url('fonts/din-2014_regular.woff2') format('woff2'),
        url('fonts/din-2014_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TiemposHeadlineWebRegular';
    src:
        url('fonts/tiempos-headline-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TiemposHeadlineWebMedium';
    src:
        url('fonts/tiempos-headline-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'TiemposTextWebRegular';
    src:
        url('fonts/tiempos-text-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-primary-base: #141E53;
    --color-text-secondary: #B8EDFF;
    --size-gap-7: 2rem;
	--size-gap-1: 1rem;
    --font-headline: "TiemposHeadlineWebMedium", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    --font-serif: "TiemposTextWebRegular", "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
    --font-sans-serif: "DIN2014WebRegular", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body {
    background-color: var(--color-primary-base);
    color: var(--color-text-secondary);
    text-align: center;
    margin: 0;
    padding: 0;
}

.img-one {
    position: absolute;
    top: 0;
    left: 0;
}

.img-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

.img-three {
    position: absolute;
    bottom: 0;
    left: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

h1,
p {
    margin: 0;
}

h1.fluid-type {
    font-size: clamp(4rem, calc(3vw + 2rem), 10rem);
    line-height: 1;
    font-family: var(--font-headline);
    letter-spacing: .2rem;
}

p {
    font-family: var(--font-serif);
}

p.fluid-type {
    font-size: clamp(1rem, calc(3vw + .5rem), 1.5rem);
    line-height: 1.2;
    padding: 0 1rem;
}

.container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: var(--size-gap-7);
    padding-top: 3rem;
}

.container .content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: var(--size-gap-7);
}

.copyright {
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-family: var(--font-sans-serif);
    margin-bottom: 2rem;
    font-size: .8rem;
}

/* X-Small devices */


.img-dt {
    display: none;
}

/* Small devices (landscape phones, 576px and up) */
/* @media (max-height:320px) and (min-width: 568px){ */
	/* .container { */

		/* gap: var(--size-gap-1); */
		/* padding-top: 1rem; */
	/* } */
    /* .container .content { */
		/* gap: var(--size-gap-1); */
		/* max-height: 100%; */
	/* } */
	
	/* h1.fluid-type { */
		/* font-size: clamp(1rem, calc(2vw + 0.5rem), 10rem); */
		/* line-height: 1; */
		/* font-family: var(--font-headline); */
		/* letter-spacing: .2rem; */
	/* } */


	/* p.fluid-type { */
		/* font-size: clamp(.5rem, calc(1vw + .25rem), 1.5rem); */
		/* line-height: 1; */
		/* padding: 0 1rem; */
	/* } */
	
	/* .img-dt { */
        /* max-width: clamp(10%, calc(1vw + 15%), 20%); */
    /* } */
	/* .copyright { */
		/* font-size: .6rem; */
	/* } */
/* } */

@media (min-width: 560px) {
    .img-mb {
        display: none;
    }

    .img-dt {
        display: block;
    }

    .container {
        align-items: center;
        height: 100vh;
        padding-top: 0rem;
    }

    .container .content {
        max-width: 461px;
        max-height: 530px;
        margin-top: auto;
    }

    .img-dt {
        max-width: clamp(10%, calc(1vw + 100%), 20%);
    }

    .copyright {
        margin-top: auto;

    }
}

@media (max-height:530px) {
    .container .content {
		gap: var(--size-gap-1);
		max-height: 100%;
	}
	
	h1.fluid-type {
		font-size: clamp(1rem, calc(2vw + 1rem), 10rem);
		line-height: 1;
		font-family: var(--font-headline);
		letter-spacing: .2rem;
	}


	p.fluid-type {
		font-size: clamp(.5rem, calc(1vw + .5rem), 1.5rem);
		line-height: 1;
		padding: 0 1rem;
	}
	
	
	
	.copyright {
		font-size: .7rem;
	}
}

@media (max-height:412px) {
	.container {

		gap: var(--size-gap-1);
		padding-top: 1rem;
	}
    .container .content {
		gap: var(--size-gap-1);
		max-height: 100%;
	}
	
	h1.fluid-type {
		font-size: clamp(1rem, calc(2vw + 0.5rem), 10rem);
		line-height: 1;
		font-family: var(--font-headline);
		letter-spacing: .2rem;
	}


	p.fluid-type {
		font-size: clamp(.5rem, calc(1vw + .25rem), 1.5rem);
		line-height: 1;
		padding: 0 1rem;
	}
	
	.img-dt {
        max-width: clamp(10%, calc(1vw + 15%), 20%);
    }
	.copyright {
		font-size: .6rem;
	}
}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* XXX-Large devices (larger desktops, 2048px and up) */
@media (min-width: 2048px) {}