@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url(noto-ikea-400i.latin-ext.5f8f91ea.woff2) format("woff2");
|
|
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url(noto-ikea-400i.latin.10395910.woff2) format("woff2");
|
|
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url(noto-ikea-700i.latin-ext.3637155a.woff2) format("woff2");
|
|
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url(noto-ikea-700i.latin.29eb18bb.woff2) format("woff2");
|
|
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(noto-ikea-400.latin-ext.edd421f4.woff2) format("woff2");
|
|
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(noto-ikea-400.latin.647e877d.woff2) format("woff2");
|
|
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url(noto-ikea-700.latin-ext.97f0d455.woff2) format("woff2");
|
|
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
|
|
}
|
|
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Noto IKEA';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url(noto-ikea-700.latin.d7277c39.woff2) format("woff2");
|
|
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
|
|
}
|
|
|
|
:root {
|
|
--clr-white: #fff;
|
|
--clr-black: #000;
|
|
--clr-bumblebee: #F0B902;
|
|
|
|
--ff-ikea: "Noto IKEA", "Noto Sans", "Roboto", "Open Sans", system-ui, sans-serif;
|
|
|
|
--shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
|
|
|
|
--fs-base: 1.6rem;
|
|
--fs-lg: 1.8rem;
|
|
--fs-xl: 2.8rem;
|
|
--fs-2xl: 4.0rem;
|
|
--fs-3xl: 6.4rem;
|
|
|
|
font: 10px/1.3 var(--ff-ikea);
|
|
}
|
|
|
|
body {
|
|
background-color: var(--clr-bumblebee);
|
|
color: var(--clr-black);
|
|
margin: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0;
|
|
min-height: 100svh;
|
|
}
|
|
|
|
header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 1rem;
|
|
|
|
& svg {
|
|
width: 59px;
|
|
height: auto;
|
|
}
|
|
|
|
& div {
|
|
line-height: 1.3;
|
|
font-size: 1.6rem;
|
|
text-align: right;
|
|
}
|
|
|
|
& span {
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
}
|
|
|
|
main {
|
|
margin: 0 1rem;
|
|
}
|
|
|
|
.start__title {
|
|
margin: 0 0 0.4375em 0;
|
|
line-height: 1.1;
|
|
font-size: var(--fs-3xl);
|
|
font-weight: 700;
|
|
}
|
|
|
|
.start__msg {
|
|
margin: 0;
|
|
line-height: 1.2;
|
|
font-size: var(--fs-lg);
|
|
font-weight: 400;
|
|
}
|