/* Interface version 2.0 – 09/09/2017 @ https://github.com/rsms/inter */

@font-face {
    font-family: Interface;
    src: url('/fonts/Inter-UI-Regular.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Interface;
    src: url('/fonts/Inter-UI-Medium.woff');
    font-weight: 500;
}

@font-face {
    font-family: Interface;
    src: url('/fonts/Inter-UI-Bold.woff');
    font-weight: bold;
}

@font-face{
    font-family: dvla-icons;
    src: url('/fonts/dvla-icons.woff');
}

$primary-font: Interface, 'Helvetica Neue', Arial sans-serif;
$icon-font: dvla-icons;

$normal-font-size: 16px;
$large-font-size: 20px;