@use 'colours';
@use 'responsive';
@use 'typography';

footer {
  font-size: 16px;
  color: colours.$colour-admiralty-blue;
  background-color: colours.$colour-bg-footer;
  font-weight: typography.$font-weight-medium;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  @include responsive.not-desktop {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}
