﻿@font-face { font-family: 'BriskoSans-Bold'; font-style: normal; font-weight: 400; font-display: auto; src: url('/_assets/themes/wokindia/font/BriskoSansBold.otf') format("opentype"); }
@font-face { font-family: 'Pinpho'; font-style: normal; font-weight: 400; font-display: auto; src: url('/_assets/themes/wokindia/font/pinpho.otf') format("opentype"),  url('/_assets/themes/wokindia/font/pinpho.ttf') format("truetype"); }

:root {
    --primary-font-family: Pinpho;
    --secondary-font-family: BriskoSans-Bold;
    --header-colour: #FF2386;
    --header-text-colour: #F4F536;
    --header-logo: url('/_assets/themes/wokindia/logo.svg') no-repeat;
    --header-width: 65px;
    --header-height: 65px;
    --nav-icon-colour: #F4F536;
    --main-colour: #FF2386; /* Text */
    --darker-colour: #000000;
    --main-background-colour: #f1f1f1; /* behind background image if applicable*/
    --postcode-background-color: #000000;
    --postcode-button-color: #FF2386;
    --footer-colour: #000000;
    --home-banner-background-image: none;
    --home-banner-background-colour: #FF2386;
    --home-banner-text-colour: #ffffff;
    --home-background-image: none;
    --home-advert-background-colour: #FF2386;
    --home-advert-font-colour: #fff;
    --home-gradient: transparent;
    --secondary-colour: #F4F536;
}

#hlDelivery {
    display: none
}

#logo {
    background-size: contain !important;
}

.sync-block > h2 {
    font-weight: 400;
}

h2.intro-heading {
	font-weight: 400;
}

.marquee-content span {
	font-weight: 400;
}

#top nav ul li a {
	color: #ffffff;
}

#top nav ul li i {
	color: #ffffff;
}

@media only screen and (max-width: 1100px){
span.f2g-title-desc p {
	margin-top: 5px;
	}
}