/* Vodafone font */
@font-face {
    font-family: "VodafoneLight";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/vodafone-light.woff") format("woff");
}
@font-face {
    font-family: "VodafoneRegular";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/vodafone-regular.woff") format("woff");
}
@font-face {
    font-family: "VodafoneRegularBold";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/vodafone-bold.woff") format("woff");
}

/* General styles to override browser defaults */
* {
    box-sizing: border-box;
    font-weight: 400;
}
body {
    margin: 0;
    min-width: 360px;
    color: #333333;
    font-size: 18px;
    line-height: 1.333;
    font-family: "VodafoneRegular", sans-serif;
    -webkit-font-smoothing: antialiased;
}
p, h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    letter-spacing: 0;
}
a {
    color: inherit;
}
*:active, *:hover {
    outline: 0;
}
*:focus-visible {
    outline: #00b0ca auto 1px;
}
button {
    padding: 0;
    border: none;
}
input[type="radio"] {
	accent-color: #007c92;
}