/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

/* Oxygen */
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');

/* Ubuntu */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap');

/* Copperplate Gothic */
@font-face {
font-family: 'Copperplate Gothic';
font-style: normal;
font-weight: normal;
src: url('../fonts/copperplategothic/copperplategothic.ttf') format('truetype');
}

/* Selawik */
@font-face {
font-family: 'Selawik Regular';
font-style: normal;
font-weight: normal;
src: local('Selawik Regular'),url('../fonts/selawik/selawk.woff') format('woff');
}


@font-face {
font-family: 'Selawik Semibold';
font-style: normal;
font-weight: normal;
src: local('Selawik Semibold'),url('../fonts/selawik/selawksb.woff') format('woff');
}


@font-face {
font-family: 'Selawik Bold';
font-style: normal;
font-weight: normal;
src: local('Selawik Bold'),url('../fonts/selawik/selawkb.woff') format('woff');
}

