@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: verela;
    src: url("../fonts/Heebo-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: verela;
    src: url("../fonts/Heebo-Bold.ttf");
    font-display: swap;
    font-weight: bold;
}

@media (min-width: 480px) {

}

@media (min-width: 600px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
