69 lines
2.4 KiB
Text
69 lines
2.4 KiB
Text
@font-face {
|
|
font-family: 'MonumentGrotesk-Regular';
|
|
src: url('../staticfiles/fonts/MonumentGrotesk-Regular.otf'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Regular.woff2') format('woff2'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Regular.woff') format('woff'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Regular.eot?#iefix') format('eot'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Regular.eot') format('eot');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'MonumentGrotesk-Medium';
|
|
src: url('../staticfiles/fonts/MonumentGrotesk-Medium.otf'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Medium.woff2') format('woff2'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Medium.woff') format('woff'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Medium.eot?#iefix') format('eot'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Medium.eot') format('eot');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'MonumentGrotesk-Mono';
|
|
src: url('../staticfiles/fonts/MonumentGrotesk-Semi-Mono.otf'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Semi-Mono.woff2') format('woff2'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Semi-Mono.woff') format('woff'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Semi-Mono.eot?#iefix') format('eot'),
|
|
url('../staticfiles/fonts/MonumentGrotesk-Semi-Mono.eot') format('eot');
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
.small-text {
|
|
font-family: 'MonumentGrotesk-Regular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: @small-font-size;
|
|
color: #000;
|
|
letter-spacing: 0.01em;
|
|
line-height: 1.3;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.medium-text {
|
|
font-family: 'MonumentGrotesk-Medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: @medium-font-size;
|
|
color: #000;
|
|
letter-spacing: 0.008em;
|
|
line-height: 1.25;
|
|
font-weight: 400;
|
|
@media @phone {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.big-text {
|
|
font-family: 'MonumentGrotesk-Medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: @big-font-size;
|
|
color: #000;
|
|
letter-spacing: 0em;
|
|
line-height: 0.9;
|
|
font-weight: 400;
|
|
@media @tablet {
|
|
font-size: @big-font-size-tablet;
|
|
}
|
|
@media @phone {
|
|
font-size: @big-font-size-phone;
|
|
}
|
|
}
|