html {
--mobile-scale: 1.25;
--mobile-padding-offset: 1.13;
}
body {
--swatch-1: rgba(255, 255, 255, 0.85);
--swatch-2: rgba(255, 255, 255, 0.75);
--swatch-3: rgba(255, 255, 255, 0.6);
--swatch-4: rgba(255, 255, 255, 0.4);
--swatch-5: rgba(255, 255, 255, 0.25);
background-color: #000000;
--swatch-6: #000000;
--colorfilter-color: #ff0000;
--colorfilter-color-opacity: 1;
--colorfilter-mix: soft-light;
--colorfilter-grayscale: 1;
}
body.mobile {
}
a:active,
.linked:active,
.zoomable::part(media):active {
opacity: 0.7;
}
.page a.active {
color: #ffc600;
}
sub {
position: relative;
vertical-align: baseline;
top: 0.3em;
}
sup {
position: relative;
vertical-align: baseline;
top: -0.4em;
}
.small-caps {
font-variant: small-caps;
text-transform: lowercase;
}
ol {
margin: 0;
padding: 0 0 0 2.5em;
}
ul {
margin: 0;
padding: 0 0 0 2.0em;
}
ul.lineated {
margin: 0;
padding: 0;
list-style-type: none;
margin: 0 0 0 3em;
text-indent: -3em;
}
blockquote {
margin: 0;
padding: 0 0 0 2em;
}
hr {
background: rgba(255, 255, 255, 0.4);
border: 0;
height: 1px;
display: block;
margin-bottom: 0rem;
}
.content {
border-color: rgba(0,0,0,.85);
}
bodycopy {
font-size: 1.40rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.75);
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
display: block;
font-variation-settings: 'slnt' 0, 'MONO' 0;
}
bodycopy a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
bodycopy a:hover {
}
h1 {
font-family: "VCR OSD Mono";
font-style: normal;
font-weight: 400;
margin: 0;
font-size: 2.35rem;
line-height: 1.1;
color: rgba(255, 255, 255, 0.85);
letter-spacing: 0.143em;
border-color: #ff0000;
border-style: solid;
border-width: 0.5rem;
display: inline-block;
border-radius: 141.8rem;
padding: 0.0rem;
filter: drop-shadow(-0.4rem -0.4rem 0.00rem rgba(0, 0, 0, 0.25));
will-change: filter;
}
.mobile h1 {
font-size: 4rem;
}
h1 a {
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
}
h1 a:hover {
}
h2 {
font-family: "Diatype Variable";
font-style: normal;
font-weight: 400;
margin: 0;
color: rgba(255, 255, 255, 0.75);
font-size: 3.4rem;
line-height: 1.1;
letter-spacing: 0.05em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
}
h2 a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
h2 a:hover {
}
.caption {
font-size: 1.1rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.75);
font-family: "Diatype Mono Variable";
font-style: normal;
line-height: 1.3;
letter-spacing: 0em;
display: block;
font-variation-settings: 'slnt' 0, 'MONO' 1;
}
.caption a {
color: rgba(255, 255, 255, 0.75);
text-decoration: underline;
}
.caption a:hover {
}
media-item .caption {
margin-top: .5em;
}
gallery-grid .caption,
gallery-columnized .caption,
gallery-justify .caption {
margin-bottom: 2em;
}
[thumbnail-index] .caption {
text-align: center;
}
[thumbnail-index] .caption .tags {
margin-top: 0.25em;
}
.page {
justify-content: flex-start;
}
.page-content {
padding: 2rem;
text-align: left;
}
.mobile [id] .page-layout {
max-width: 100%;
}
.mobile [id] .page-content {
}
.page-layout {
align-items: flex-start;
max-width: 100%;
}
media-item::part(media) {
border: 0;
padding: 0;
}
.mobile media-item::part(media) {
padding: 0rem;
}
.quick-view {
height: 100%;
width: 100%;
padding: 3rem;
margin-top: auto;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
}
.quick-view-background {
background-color: #000000;
}
.quick-view .caption {
color: #000000;
padding: 20px 0;
text-align: center;
transition: 100ms opacity ease-in-out;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.quick-view .caption-background {
padding: 0.5rem 1rem;
display: inline-block;
background: rgba(255, 255, 255, 0.85);
border-radius: .5rem;
text-align: left;
max-width: 50rem;
}
.mobile .quick-view {
width: 100%;
height: 100%;
margin: 0;
padding: 10px;
}
.mobile .quick-view .caption {
padding: 10px 0;
}
.button-1 {
--text-style: "button 1";
font-size: 1.3rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: rgb(255, 255, 255);
background: #027aff;
display: inline-block;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0.1rem;
border-radius: 0.6rem;
padding-top: 0.6rem;
padding-right: 1.2rem;
padding-bottom: 0.6rem;
padding-left: 1.2rem;
filter: drop-shadow(0rem 0.5rem 0.6rem rgba(0, 0, 0, 0.15));
will-change: filter;
}
.button-1 a {
color: #ffffff;
text-decoration: none;
}
.button-1 a:hover {
}
.button-1 a.active {
color: #ffffff;
text-decoration: none;
}
.button-2 {
--text-style: "button 2";
font-size: 1.3rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: rgba(0, 0, 0, 0.85);
display: inline-block;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0.1rem;
border-radius: 0.6rem;
padding-top: 0.6rem;
padding-right: 1.2rem;
padding-bottom: 0.6rem;
padding-left: 1.2rem;
filter: drop-shadow(0rem 0.5rem 0.6rem rgba(0, 0, 0, 0.3));
will-change: filter;
}
.button-2 a {
color: #ffffff;
text-decoration: none;
}
.button-2 a:hover {
}
.button-2 a.active {
color: #ffffff;
text-decoration: none;
}
.heading-event {
--text-style: "HEADING EVENT";
font-size: 3.15rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.75);
font-family: "VCR OSD Mono";
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
}
.heading-event a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.heading-event a:hover {
}
.event-info {
--text-style: "EVENT INFO";
font-size: 1.25rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.75);
font-family: "VCR OSD Mono";
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
}
.event-info a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.event-info a:hover {
}
.disclaimer {
--text-style: "DISCLAIMER";
font-size: 1.70rem;
font-weight: 700;
color: rgba(255, 255, 255, 0.75);
font-family: "Diatype Mono Variable";
font-style: normal;
line-height: 1.35;
letter-spacing: 0;
display: block;
font-variation-settings: 'slnt' 0, 'MONO' 1;
}
.disclaimer a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.disclaimer a:hover {
}
.tickets {
--text-style: "TICKETS";
font-size: 2.75rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.75);
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
display: inline-block;
font-variation-settings: 'slnt' 0, 'MONO' 0;
border-width: 0.7rem;
border-radius: 6.0rem;
border-color: rgba(255, 0, 0, 0.85);
border-style: solid;
padding: 0.7rem;
}
.tickets a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.tickets a:hover {
}
.button-3 {
--text-style: "button 3";
font-size: 1.3rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #ff0000;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-3 a {
color: #ffffff;
text-decoration: none;
}
.button-3 a:hover {
}
.button-3 a.active {
color: #ffffff;
text-decoration: none;
}
.button-2-1 {
--text-style: "button 2-1";
font-size: 1.3rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: rgba(0, 0, 0, 0.85);
display: inline-block;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0.1rem;
border-radius: 0.6rem;
padding-top: 0.6rem;
padding-right: 1.2rem;
padding-bottom: 0.6rem;
padding-left: 1.2rem;
filter: drop-shadow(0rem 0.5rem 0.6rem rgba(0, 0, 0, 0.3));
will-change: filter;
}
.button-2-1 a {
color: #ffffff;
text-decoration: none;
}
.button-2-1 a:hover {
}
.button-2-1 a.active {
color: #ffffff;
text-decoration: none;
}
.button-3-1 {
--text-style: "button 3-1";
font-size: 1.5rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.95;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: rgba(188, 68, 69, 0.73);
display: inline-block;
border-radius: 1028.0rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
border-style: solid;
}
.button-3-1 a {
color: #ffffff;
text-decoration: none;
}
.button-3-1 a:hover {
}
.button-3-1 a.active {
color: #ffffff;
text-decoration: none;
}
.button-9 {
--text-style: "button 9";
font-size: 1.3rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #006cff;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-9 a {
color: #ffffff;
text-decoration: none;
}
.button-9 a:hover {
}
.button-9 a.active {
color: #ffffff;
text-decoration: none;
}
.button-9-1 {
--text-style: "button 9-1";
font-size: 1.3rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #006cff;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-9-1 a {
color: #ffffff;
text-decoration: none;
}
.button-9-1 a:hover {
}
.button-9-1 a.active {
color: #ffffff;
text-decoration: none;
}
.mobile-logo {
--text-style: "MOBILE LOGO";
font-size: 2.65rem;
font-weight: 387;
color: rgba(255, 255, 255, 0.75);
font-family: "Diatype Variable";
font-style: normal;
line-height: 0.5;
letter-spacing: 0.016em;
display: block;
font-variation-settings: 'slnt' 0, 'MONO' 0;
}
.mobile-logo a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.mobile-logo a:hover {
}
.media-description {
--text-style: "MEDIA DESCRIPTION";
font-size: 1.40rem;
font-weight: 500;
color: rgba(255, 255, 255, 0.75);
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
display: inline-block;
font-variation-settings: 'slnt' 0, 'MONO' 0;
filter: drop-shadow(0.9rem 0.9rem 0.64rem rgba(0, 0, 0, 0.25));
will-change: filter;
background: #000000;
}
.media-description a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.media-description a:hover {
}
.button-9-2 {
--text-style: "button 9-2";
font-size: 1.40rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #006cff;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-9-2 a {
color: #ffffff;
text-decoration: none;
}
.button-9-2 a:hover {
}
.button-9-2 a.active {
color: #ffffff;
text-decoration: none;
}
.button-9-3 {
--text-style: "button 9-3";
font-size: 1.40rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #006cff;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-9-3 a {
color: #ffffff;
text-decoration: none;
}
.button-9-3 a:hover {
}
.button-9-3 a.active {
color: #ffffff;
text-decoration: none;
}
.button-9-4 {
--text-style: "button 9-4";
font-size: 1.40rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #006cff;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-9-4 a {
color: #ffffff;
text-decoration: none;
}
.button-9-4 a:hover {
}
.button-9-4 a.active {
color: #ffffff;
text-decoration: none;
}
.button-9-5 {
--text-style: "button 9-5";
font-size: 1.40rem;
font-weight: 500;
font-family: "Diatype Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0em;
font-variation-settings: 'slnt' 0, 'MONO' 0;
color: #ffffff;
background: #006cff;
display: inline-block;
border-radius: 999rem;
padding-top: 0.8rem;
padding-right: 1.8rem;
padding-bottom: 0.8rem;
padding-left: 1.8rem;
}
.button-9-5 a {
color: #ffffff;
text-decoration: none;
}
.button-9-5 a:hover {
}
.button-9-5 a.active {
color: #ffffff;
text-decoration: none;
}
.title {
--text-style: "TITLE";
font-size: 5.95rem;
font-weight: 400;
color: rgba(0, 0, 0, 0.75);
font-family: "VCR OSD Mono";
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
background: #ffffff;
}
.title a {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.title a:hover {
}
.rr {
--text-style: "RR";
font-size: 6.00rem;
font-weight: 400;
color: #000000;
font-family: UnifrakturMaguntia;
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
}
.rr a {
color: #000000;
text-decoration: none;
}
.rr a:hover {
}
.latest-mix- {
--text-style: "LATEST MIX ";
font-size: 2.05rem;
font-weight: 400;
color: rgba(0, 0, 0, 0.75);
font-family: "VCR OSD Mono";
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
}
.latest-mix- a {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.latest-mix- a:hover {
}
.latest-mix-big {
--text-style: "LATEST MIX BIG";
font-size: 1.75rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.75);
font-family: "VCR OSD Mono";
font-style: normal;
line-height: 1.6;
letter-spacing: 0.065em;
display: block;
}
.latest-mix-big a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.latest-mix-big a:hover {
}
.latest-mix-big-white {
--text-style: "LATEST MIX BIG WHITE";
font-size: 1.75rem;
font-weight: 400;
color: rgba(255, 255, 255, 0.75);
font-family: "VCR OSD Mono";
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
}
.latest-mix-big-white a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.latest-mix-big-white a:hover {
}
.disclaimer-lor {
--text-style: "disclaimer lor";
font-size: 1.40rem;
font-weight: 200;
color: rgba(255, 255, 255, 0.75);
font-family: "Social Variable";
font-style: normal;
line-height: 1.2;
letter-spacing: 0;
display: block;
font-variation-settings: 'wdth' 100, 'slnt' 0;
}
.disclaimer-lor a {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}
.disclaimer-lor a:hover {
}
.mobile .quick-view .caption-background {
max-width: 100vw;
}
::part(slideshow-nav) {
--button-size: 30px;
--button-inset: 20px;
--button-icon-color: rgba(0, 0, 0, 0.9);
--button-icon-stroke-width: 1.5px;
--button-icon-stroke-linecap: none;
--button-background-color: rgba(168, 168, 168, 0.6);
--button-background-radius: 50%;
--button-active-opacity: 0.7;
}
gallery-slideshow::part(slideshow-nav) {
--button-inset: 15px;
}
.quick-view::part(slideshow-nav) {
}
.wallpaper-slideshow::part(slideshow-nav) {
}
.mobile ::part(slideshow-nav) {
--button-inset: 10px;
}
.mobile .quick-view::part(slideshow-nav) {
--button-inset: 25px;
}
shop-product {
font-size: 1.2rem;
max-width: 22rem;
font-family: "Diatype Variable";
font-style: normal;
font-weight: 400;
font-variation-settings: 'slnt' 0, 'MONO' 0;
letter-spacing: 0em;
margin-bottom: 1em;
}
shop-product::part(price) {
color: rgba(255, 255, 255, 0.85);
line-height: 1.1;
margin-bottom: 0.5em;
}
shop-product::part(dropdown) {
width: 100%;
color: rgba(255, 255, 255, 0.85);
border: 1px solid rgba(255, 255, 255, 0.27);
background-color: rgba(0, 0, 0, 0.0);
background-image: url(https://static.cargo.site/assets/images/select-line-arrows-light.svg);
background-repeat: no-repeat;
background-position: top 0em right .1em;
line-height: 1.2;
padding: 0.58em 2em 0.55em 0.9em;
border-radius: 10em;
margin-bottom: 0.5em;
}
shop-product::part(button) {
background: rgba(255, 255, 255, 0.2);
color: rgba(255, 255, 255, 0.85);
text-align: left;
line-height: normal;
padding: 0.5em 1em;
cursor: pointer;
border-radius: 10em;
}
shop-product::part(button):active {
opacity: .7;
}
audio-player {
--text-color: rgba(255, 255, 255, 0.85);
--text-padding: 0 1.2em 0 1.0em;
--background-color: rgba(255, 255, 255, 0);
--buffer-background-color: rgba(255, 255, 255, 0.075);
--progress-background-color: rgba(255, 255, 255, 0.12);
--border-lines: 1px solid rgba(255, 255, 255, 0.25);
font-size: 1.2rem;
width: 32rem;
height: 2.75em;
font-family: "Diatype Variable";
font-style: normal;
font-weight: 400;
font-variation-settings: 'slnt' 0, 'MONO' 0;
line-height: normal;
letter-spacing: 0em;
margin-bottom: 0.5em;
border-radius: 10em;
}
audio-player::part(button) {
--icon-color: rgba(255, 255, 255, 0.85);
--icon-size: 32%;
--play-text: '';
--pause-text: '';
width: 3.15em;
display: inline-flex;
justify-content: center;
cursor: pointer;
}
audio-player::part(play-icon) {
padding-left: 0.6em;
}
audio-player::part(pause-icon) {
padding-left: 0.4em;
}
audio-player::part(progress-indicator) {
border-right: 1px solid rgba(255, 255, 255, 0);
height: 100%;
cursor: ew-resize;
}
audio-player::part(separator) {
border-right: var(--border-lines);
}
body.mobile audio-player {
max-width: 100%;
}
.mobile .content {
}
html {
--mobile-padding-offset: 0.62;
}SHOP
SPOTLIGHT: Michael Ekow & May
In preparation for the LOR x FLEXICO live event, we have asked Michael & May some questions about how they have fun on the stage, and how they grew in their performances together.
SOCIALS
@michael3kow
@may.wav.mp3
Reckless Radio w/ Noys Soundsystem & Marcy Mane at Radio Radio, Amsterdam
Reckless Radio got invited to take over two hours of Radio Radio's live-stream RRFM in Amsterdam. Noys Soundsystem & Marcy Mane selected the tunes for the two-hour set, and it was on fire. Take a look and hear for yourself.