@font-face {
font-family: 'Aptos';
src: url('./Aptos-Black.woff2') format('woff2'),
url('./Aptos-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Aptos';
src: url('./Aptos-Bold.woff2') format('woff2'),
url('./Aptos-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Aptos';
src: url('./Aptos-ExtraBold.woff2') format('woff2'),
url('./Aptos-ExtraBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Aptos';
src: url('./Aptos-Light.woff2') format('woff2'),
url('./Aptos-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Aptos';
src: url('./Aptos-SemiBold.woff2') format('woff2'),
url('./Aptos-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Aptos';
src: url('./Aptos.woff2') format('woff2'),
url('./Aptos.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body{
font-family: 'Aptos', system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}